Html Css Color HEX #856C20 Yukon Gold

📋 copy color: '#856C20'

red 133 ◦ green 108 ◦ blue 32

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

Shades of Yukon Gold #856C20

Tints of Yukon Gold #856C20

RGB

 RED value IS 133 (52.34% from 255) = 48.72%

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 48.72%
G = 39.56%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856C20 (or 0x856C20) is known color: Yukon Gold. HEX triplet: 85, 6C and 20. RGB value is (133,108,32). Sum of RGB (Red+Green+Blue) = 133+108+32=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C20 is #7A93DF. Grayscale: #6B6B6B. Windows color (decimal): -8033248 or 2124933. OLE color: 2124933.

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

Color convert

RGB 133 108 32 -
CMYK 0 0.19 0.76 0.48
HSL 45.15º 0.61% 0.32% -
HSV(B) 45.15º 0.76% 0.52% -
XYZ 15.3 15.82 3.61 -
YUV 106.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 133 108 32 0 0.19 0.76 0.48 45.15 0.61 0.32
Hex 85 6C 20 0 13 4C 30 2D 3D 20
Octal 205 154 40 0 23 114 60 55 75 40
Binary 10000101 1101100 100000 0 10011 1001100 110000 101101 111101 100000

Color Harmonies of #856C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C20

Black with #856C20

Text Example


Text Example

White with #856C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C20; }

 p { color: rgb(133,108,32); }

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

background-color css

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

 a { background-color: rgb(133,108,32); }

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

border-color css

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

 span { border-color: rgb(133,108,32); }

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