Html Css Color HEX #986D09 Golden Brown

📋 copy color: '#986D09'

red 152 ◦ green 109 ◦ blue 9

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

Shades of Golden Brown #986D09

Tints of Golden Brown #986D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

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

R = 56.3%
G = 40.37%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#986D09 (or 0x986D09) is known color: Golden Brown. HEX triplet: 98, 6D and 09. RGB value is (152,109,9). Sum of RGB (Red+Green+Blue) = 152+109+9=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #986D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D09 is #6792F6. Grayscale: #6E6E6E. Windows color (decimal): -6787831 or 617880. OLE color: 617880.

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

Color convert

RGB 152 109 9 -
CMYK 0 0.28 0.94 0.40
HSL 41.96º 0.89% 0.32% -
HSV(B) 41.96º 0.94% 0.6% -
XYZ 18.47 17.63 2.69 -
YUV 110.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 152 109 9 0 0.28 0.94 0.40 41.96 0.89 0.32
Hex 98 6D 9 0 1C 5E 28 2A 59 20
Octal 230 155 11 0 34 136 50 52 131 40
Binary 10011000 1101101 1001 0 11100 1011110 101000 101010 1011001 100000

Color Harmonies of #986D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D09

Black with #986D09

Text Example


Text Example

White with #986D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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