Html Css Color HEX #985609 Golden Brown

📋 copy color: '#985609'

red 152 ◦ green 86 ◦ blue 9

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

Shades of Golden Brown #985609

Tints of Golden Brown #985609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

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

R = 61.54%
G = 34.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#985609 (or 0x985609) is known color: Golden Brown. HEX triplet: 98, 56 and 09. RGB value is (152,86,9). Sum of RGB (Red+Green+Blue) = 152+86+9=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #985609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985609 is #67A9F6. Grayscale: #616161. Windows color (decimal): -6793719 or 611992. OLE color: 611992.

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

Color convert

RGB 152 86 9 -
CMYK 0 0.43 0.94 0.40
HSL 32.31º 0.89% 0.32% -
HSV(B) 32.31º 0.94% 0.6% -
XYZ 16.33 13.35 1.97 -
YUV 96.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 152 86 9 0 0.43 0.94 0.40 32.31 0.89 0.32
Hex 98 56 9 0 2B 5E 28 20 59 20
Octal 230 126 11 0 53 136 50 40 131 40
Binary 10011000 1010110 1001 0 101011 1011110 101000 100000 1011001 100000

Color Harmonies of #985609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985609

Black with #985609

Text Example


Text Example

White with #985609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985609; }

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

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

background-color css

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

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

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

border-color css

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

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

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