#98611D

Color #98611D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #98611D

Tints of Golden Brown #98611D

Color information

#98611D (or 0x98611D) is unknown color: approx Golden Brown. HEX triplet: 98, 61 and 1D. RGB value is (152,97,29). Sum of RGB (Red+Green+Blue) = 152+97+29=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98611D is #679EE2. Grayscale: #6A6A6A. Windows color (decimal): -6790883 or 1925528. OLE color: 1925528.

HSL color Cylindrical-coordinate representation of color #98611D: hue angle of 33.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98611D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1529729-
CMYK00.360.810.40
HSL33.17º67.96%35.49%-
HSV(B)33.17º80.92%59.61%-
XYZ17.4515.313.2-
YUV105.6984.72161.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=54.68%
G=34.89%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152972900.360.810.4033.1767.9635.49
Hex98611D0245128214423
Octal23014135044121504110443
Binary10011000110000111101010010010100011010001000011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98611D; }

 p { color: rgb(152,97,29); }

 H1.HeaderClassName
 {
   color: #98611D;
 }
 .AnyTagClassName
 {
   color: #98611D;
 }
</style>
background-color css

<style>
 a { background-color: #98611D; }

 a { background-color: rgb(152,97,29); }

 div.DivClassName
 {
   background-color: #98611D;
 }
 .BgClassName
 {
   background-color: #98611D;
 }
</style>
border-color css

<style>
 span { border-color: #98611D; }

 span { border-color: rgb(152,97,29); }

 td.TdClassName
 {
   border-color: #98611D;
 }
 .TagClassName
 {
   border-color: #98611D;
 }
</style>