Html Css Color HEX #986A09 Golden Brown

📋 copy color: '#986A09'

red 152 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #986A09

Tints of Golden Brown #986A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.7%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 56.93%
G = 39.7%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#986A09 (or 0x986A09) is known color: Golden Brown. HEX triplet: 98, 6A and 09. RGB value is (152,106,9). Sum of RGB (Red+Green+Blue) = 152+106+9=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986A09 is #6795F6. Grayscale: #6D6D6D. Windows color (decimal): -6788599 or 617112. OLE color: 617112.

HSL color Cylindrical-coordinate representation of color #986A09: hue angle of 40.7º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #986A09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 106 9 -
CMYK 0 0.30 0.94 0.40
HSL 40.7º 0.89% 0.32% -
HSV(B) 40.7º 0.94% 0.6% -
XYZ 18.15 17 2.58 -
YUV 108.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 152 106 9 0 0.30 0.94 0.40 40.7 0.89 0.32
Hex 98 6A 9 0 1E 5E 28 29 59 20
Octal 230 152 11 0 36 136 50 51 131 40
Binary 10011000 1101010 1001 0 11110 1011110 101000 101001 1011001 100000

Color Harmonies of #986A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A09

Black with #986A09

Text Example


Text Example

White with #986A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,106,9); }

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

background-color css

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

 a { background-color: rgb(152,106,9); }

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

border-color css

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

 span { border-color: rgb(152,106,9); }

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