Html Css Color HEX #986420 Golden Brown

📋 copy color: '#986420'

red 152 ◦ green 100 ◦ blue 32

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

Shades of Golden Brown #986420

Tints of Golden Brown #986420

RGB

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

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

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

R = 53.52%
G = 35.21%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#986420 (or 0x986420) is known color: Golden Brown. HEX triplet: 98, 64 and 20. RGB value is (152,100,32). Sum of RGB (Red+Green+Blue) = 152+100+32=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #986420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986420 is #679BDF. Grayscale: #6C6C6C. Windows color (decimal): -6790112 or 2122904. OLE color: 2122904.

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

Color convert

RGB 152 100 32 -
CMYK 0 0.34 0.79 0.40
HSL 34º 0.65% 0.36% -
HSV(B) 34º 0.79% 0.6% -
XYZ 17.77 15.89 3.5 -
YUV 107.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 152 100 32 0 0.34 0.79 0.40 34 0.65 0.36
Hex 98 64 20 0 22 4F 28 22 41 24
Octal 230 144 40 0 42 117 50 42 101 44
Binary 10011000 1100100 100000 0 100010 1001111 101000 100010 1000001 100100

Color Harmonies of #986420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986420

Black with #986420

Text Example


Text Example

White with #986420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986420; }

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

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

background-color css

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

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

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

border-color css

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

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

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