Html Css Color HEX #986F06 Golden Brown

📋 copy color: '#986F06'

red 152 ◦ green 111 ◦ blue 6

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

Shades of Golden Brown #986F06

Tints of Golden Brown #986F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

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

R = 56.51%
G = 41.26%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#986F06 (or 0x986F06) is known color: Golden Brown. HEX triplet: 98, 6F and 06. RGB value is (152,111,6). Sum of RGB (Red+Green+Blue) = 152+111+6=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #986F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F06 is #6790F9. Grayscale: #6F6F6F. Windows color (decimal): -6787322 or 421784. OLE color: 421784.

HSL color Cylindrical-coordinate representation of color #986F06: hue angle of 43.15º 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 #986F06 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 6 -
CMYK 0 0.27 0.96 0.40
HSL 43.15º 0.92% 0.31% -
HSV(B) 43.15º 0.96% 0.6% -
XYZ 18.67 18.06 2.67 -
YUV 111.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 152 111 6 0 0.27 0.96 0.40 43.15 0.92 0.31
Hex 98 6F 6 0 1B 60 28 2B 5C 1F
Octal 230 157 6 0 33 140 50 53 134 37
Binary 10011000 1101111 110 0 11011 1100000 101000 101011 1011100 11111

Color Harmonies of #986F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F06

Black with #986F06

Text Example


Text Example

White with #986F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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