Html Css Color HEX #987206 Golden Brown

📋 copy color: '#987206'

red 152 ◦ green 114 ◦ blue 6

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

Shades of Golden Brown #987206

Tints of Golden Brown #987206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 55.88%
G = 41.91%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#987206 (or 0x987206) is known color: Golden Brown. HEX triplet: 98, 72 and 06. RGB value is (152,114,6). Sum of RGB (Red+Green+Blue) = 152+114+6=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987206 is #678DF9. Grayscale: #717171. Windows color (decimal): -6786554 or 422552. OLE color: 422552.

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

Color convert

RGB 152 114 6 -
CMYK 0 0.25 0.96 0.40
HSL 44.38º 0.92% 0.31% -
HSV(B) 44.38º 0.96% 0.6% -
XYZ 19 18.72 2.78 -
YUV 113.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 152 114 6 0 0.25 0.96 0.40 44.38 0.92 0.31
Hex 98 72 6 0 19 60 28 2C 5C 1F
Octal 230 162 6 0 31 140 50 54 134 37
Binary 10011000 1110010 110 0 11001 1100000 101000 101100 1011100 11111

Color Harmonies of #987206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987206

Black with #987206

Text Example


Text Example

White with #987206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987206; }

 p { color: rgb(152,114,6); }

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

background-color css

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

 a { background-color: rgb(152,114,6); }

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

border-color css

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

 span { border-color: rgb(152,114,6); }

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