Html Css Color HEX #856A21 Yukon Gold

📋 copy color: '#856A21'

red 133 ◦ green 106 ◦ blue 33

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

Shades of Yukon Gold #856A21

Tints of Yukon Gold #856A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 48.9%
G = 38.97%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856A21 (or 0x856A21) is known color: Yukon Gold. HEX triplet: 85, 6A and 21. RGB value is (133,106,33). Sum of RGB (Red+Green+Blue) = 133+106+33=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #856A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A21 is #7A95DE. Grayscale: #6A6A6A. Windows color (decimal): -8033759 or 2189957. OLE color: 2189957.

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

Color convert

RGB 133 106 33 -
CMYK 0 0.20 0.75 0.48
HSL 43.8º 0.6% 0.33% -
HSV(B) 43.8º 0.75% 0.52% -
XYZ 15.1 15.4 3.62 -
YUV 105.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 133 106 33 0 0.20 0.75 0.48 43.8 0.6 0.33
Hex 85 6A 21 0 14 4B 30 2C 3C 21
Octal 205 152 41 0 24 113 60 54 74 41
Binary 10000101 1101010 100001 0 10100 1001011 110000 101100 111100 100001

Color Harmonies of #856A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A21

Black with #856A21

Text Example


Text Example

White with #856A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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