Html Css Color HEX #846220 Yukon Gold

📋 copy color: '#846220'

red 132 ◦ green 98 ◦ blue 32

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

Shades of Yukon Gold #846220

Tints of Yukon Gold #846220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

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

R = 50.38%
G = 37.4%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#846220 (or 0x846220) is known color: Yukon Gold. HEX triplet: 84, 62 and 20. RGB value is (132,98,32). Sum of RGB (Red+Green+Blue) = 132+98+32=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #846220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846220 is #7B9DDF. Grayscale: #646464. Windows color (decimal): -8101344 or 2122372. OLE color: 2122372.

HSL color Cylindrical-coordinate representation of color #846220: hue angle of 39.6º 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 #846220 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 32 -
CMYK 0 0.26 0.76 0.48
HSL 39.6º 0.61% 0.32% -
HSV(B) 39.6º 0.76% 0.52% -
XYZ 14.14 13.75 3.27 -
YUV 100.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 132 98 32 0 0.26 0.76 0.48 39.6 0.61 0.32
Hex 84 62 20 0 1A 4C 30 28 3D 20
Octal 204 142 40 0 32 114 60 50 75 40
Binary 10000100 1100010 100000 0 11010 1001100 110000 101000 111101 100000

Color Harmonies of #846220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846220

Black with #846220

Text Example


Text Example

White with #846220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846220; }

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

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

background-color css

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

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

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

border-color css

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

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

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