Html Css Color HEX #846420 Yukon Gold

📋 copy color: '#846420'

red 132 ◦ green 100 ◦ blue 32

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

Shades of Yukon Gold #846420

Tints of Yukon Gold #846420

RGB

 RED value IS 132 (51.95% from 255) = 50%

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

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

R = 50%
G = 37.88%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#846420 (or 0x846420) is known color: Yukon Gold. HEX triplet: 84, 64 and 20. RGB value is (132,100,32). Sum of RGB (Red+Green+Blue) = 132+100+32=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #846420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846420 is #7B9BDF. Grayscale: #666666. Windows color (decimal): -8100832 or 2122884. OLE color: 2122884.

HSL color Cylindrical-coordinate representation of color #846420: hue angle of 40.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846420 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 32 -
CMYK 0 0.24 0.76 0.48
HSL 40.8º 0.61% 0.32% -
HSV(B) 40.8º 0.76% 0.52% -
XYZ 14.33 14.12 3.34 -
YUV 101.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 132 100 32 0 0.24 0.76 0.48 40.8 0.61 0.32
Hex 84 64 20 0 18 4C 30 29 3D 20
Octal 204 144 40 0 30 114 60 51 75 40
Binary 10000100 1100100 100000 0 11000 1001100 110000 101001 111101 100000

Color Harmonies of #846420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846420

Black with #846420

Text Example


Text Example

White with #846420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846420; }

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

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

background-color css

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

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

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

border-color css

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

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

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