Html Css Color HEX #987608 Golden Brown

📋 copy color: '#987608'

red 152 ◦ green 118 ◦ blue 8

#987608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #987608

Tints of Golden Brown #987608

RGB

 RED value IS 152 (59.77% from 255) = 54.68%

 GREEN value IS 118 (46.48% from 255) = 42.45%

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 54.68%
G = 42.45%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#987608 (or 0x987608) is known color: Golden Brown. HEX triplet: 98, 76 and 08. RGB value is (152,118,8). Sum of RGB (Red+Green+Blue) = 152+118+8=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #987608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987608 is #6789F7. Grayscale: #747474. Windows color (decimal): -6785528 or 554648. OLE color: 554648.

HSL color Cylindrical-coordinate representation of color #987608: hue angle of 45.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #987608 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 8 -
CMYK 0 0.22 0.95 0.40
HSL 45.83º 0.9% 0.31% -
HSV(B) 45.83º 0.95% 0.6% -
XYZ 19.47 19.65 3 -
YUV 115.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 152 118 8 0 0.22 0.95 0.40 45.83 0.9 0.31
Hex 98 76 8 0 16 5F 28 2E 5A 1F
Octal 230 166 10 0 26 137 50 56 132 37
Binary 10011000 1110110 1000 0 10110 1011111 101000 101110 1011010 11111

Color Harmonies of #987608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987608

Black with #987608

Text Example


Text Example

White with #987608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987608; }

 p { color: rgb(152,118,8); }

 H1.HeaderClassName
 {
   color: #987608;
 }
 .AnyTagClassName
 {
   color: #987608;
 }
</style>

background-color css

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

 a { background-color: rgb(152,118,8); }

 div.DivClassName
 {
   background-color: #987608;
 }
 .BgClassName
 {
   background-color: #987608;
 }
</style>

border-color css

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

 span { border-color: rgb(152,118,8); }

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