Html Css Color HEX #986A20 Golden Brown

📋 copy color: '#986A20'

red 152 ◦ green 106 ◦ blue 32

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

Shades of Golden Brown #986A20

Tints of Golden Brown #986A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 52.41%
G = 36.55%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#986A20 (or 0x986A20) is known color: Golden Brown. HEX triplet: 98, 6A and 20. RGB value is (152,106,32). Sum of RGB (Red+Green+Blue) = 152+106+32=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A20 is #6795DF. Grayscale: #6F6F6F. Windows color (decimal): -6788576 or 2124440. OLE color: 2124440.

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

Color convert

RGB 152 106 32 -
CMYK 0 0.30 0.79 0.40
HSL 37º 0.65% 0.36% -
HSV(B) 37º 0.79% 0.6% -
XYZ 18.36 17.09 3.7 -
YUV 111.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 152 106 32 0 0.30 0.79 0.40 37 0.65 0.36
Hex 98 6A 20 0 1E 4F 28 25 41 24
Octal 230 152 40 0 36 117 50 45 101 44
Binary 10011000 1101010 100000 0 11110 1001111 101000 100101 1000001 100100

Color Harmonies of #986A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A20

Black with #986A20

Text Example


Text Example

White with #986A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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