Html Css Color HEX #856E22 Yukon Gold

📋 copy color: '#856E22'

red 133 ◦ green 110 ◦ blue 34

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

Shades of Yukon Gold #856E22

Tints of Yukon Gold #856E22

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 48.01%
G = 39.71%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856E22 (or 0x856E22) is known color: Yukon Gold. HEX triplet: 85, 6E and 22. RGB value is (133,110,34). Sum of RGB (Red+Green+Blue) = 133+110+34=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E22 is #7A91DD. Grayscale: #6C6C6C. Windows color (decimal): -8032734 or 2256517. OLE color: 2256517.

HSL color Cylindrical-coordinate representation of color #856E22: hue angle of 46.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856E22 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 34 -
CMYK 0 0.17 0.74 0.48
HSL 46.06º 0.59% 0.33% -
HSV(B) 46.06º 0.74% 0.52% -
XYZ 15.54 16.25 3.83 -
YUV 108.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 133 110 34 0 0.17 0.74 0.48 46.06 0.59 0.33
Hex 85 6E 22 0 11 4A 30 2E 3B 21
Octal 205 156 42 0 21 112 60 56 73 41
Binary 10000101 1101110 100010 0 10001 1001010 110000 101110 111011 100001

Color Harmonies of #856E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E22

Black with #856E22

Text Example


Text Example

White with #856E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,34); }

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

background-color css

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

 a { background-color: rgb(133,110,34); }

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

border-color css

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

 span { border-color: rgb(133,110,34); }

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