Html Css Color HEX #986605 Golden Brown

📋 copy color: '#986605'

red 152 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #986605

Tints of Golden Brown #986605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.38%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 58.69%
G = 39.38%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986605 (or 0x986605) is known color: Golden Brown. HEX triplet: 98, 66 and 05. RGB value is (152,102,5). Sum of RGB (Red+Green+Blue) = 152+102+5=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #986605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986605 is #6799FA. Grayscale: #6A6A6A. Windows color (decimal): -6789627 or 353944. OLE color: 353944.

HSL color Cylindrical-coordinate representation of color #986605: hue angle of 39.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986605 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 5 -
CMYK 0 0.33 0.97 0.40
HSL 39.59º 0.94% 0.31% -
HSV(B) 39.59º 0.97% 0.6% -
XYZ 17.73 16.19 2.33 -
YUV 105.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 152 102 5 0 0.33 0.97 0.40 39.59 0.94 0.31
Hex 98 66 5 0 21 61 28 28 5E 1F
Octal 230 146 5 0 41 141 50 50 136 37
Binary 10011000 1100110 101 0 100001 1100001 101000 101000 1011110 11111

Color Harmonies of #986605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986605

Black with #986605

Text Example


Text Example

White with #986605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986605; }

 p { color: rgb(152,102,5); }

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

background-color css

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

 a { background-color: rgb(152,102,5); }

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

border-color css

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

 span { border-color: rgb(152,102,5); }

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