Html Css Color HEX #856A22 Yukon Gold

📋 copy color: '#856A22'

red 133 ◦ green 106 ◦ blue 34

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

Shades of Yukon Gold #856A22

Tints of Yukon Gold #856A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

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

R = 48.72%
G = 38.83%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856A22 (or 0x856A22) is known color: Yukon Gold. HEX triplet: 85, 6A and 22. RGB value is (133,106,34). Sum of RGB (Red+Green+Blue) = 133+106+34=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A22 is #7A95DD. Grayscale: #6A6A6A. Windows color (decimal): -8033758 or 2255493. OLE color: 2255493.

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

Color convert

RGB 133 106 34 -
CMYK 0 0.20 0.74 0.48
HSL 43.64º 0.59% 0.33% -
HSV(B) 43.64º 0.74% 0.52% -
XYZ 15.12 15.41 3.69 -
YUV 105.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 133 106 34 0 0.20 0.74 0.48 43.64 0.59 0.33
Hex 85 6A 22 0 14 4A 30 2C 3B 21
Octal 205 152 42 0 24 112 60 54 73 41
Binary 10000101 1101010 100010 0 10100 1001010 110000 101100 111011 100001

Color Harmonies of #856A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A22

Black with #856A22

Text Example


Text Example

White with #856A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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