Html Css Color HEX #986409 Golden Brown

📋 copy color: '#986409'

red 152 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #986409

Tints of Golden Brown #986409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

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

R = 58.24%
G = 38.31%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#986409 (or 0x986409) is known color: Golden Brown. HEX triplet: 98, 64 and 09. RGB value is (152,100,9). Sum of RGB (Red+Green+Blue) = 152+100+9=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #986409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986409 is #679BF6. Grayscale: #696969. Windows color (decimal): -6790135 or 615576. OLE color: 615576.

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

Color convert

RGB 152 100 9 -
CMYK 0 0.34 0.94 0.40
HSL 38.18º 0.89% 0.32% -
HSV(B) 38.18º 0.94% 0.6% -
XYZ 17.56 15.81 2.38 -
YUV 105.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 152 100 9 0 0.34 0.94 0.40 38.18 0.89 0.32
Hex 98 64 9 0 22 5E 28 26 59 20
Octal 230 144 11 0 42 136 50 46 131 40
Binary 10011000 1100100 1001 0 100010 1011110 101000 100110 1011001 100000

Color Harmonies of #986409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986409

Black with #986409

Text Example


Text Example

White with #986409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986409; }

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

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

background-color css

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

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

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

border-color css

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

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

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