Html Css Color HEX #856C21 Yukon Gold

📋 copy color: '#856C21'

red 133 ◦ green 108 ◦ blue 33

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

Shades of Yukon Gold #856C21

Tints of Yukon Gold #856C21

RGB

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

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

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

R = 48.54%
G = 39.42%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856C21 (or 0x856C21) is known color: Yukon Gold. HEX triplet: 85, 6C and 21. RGB value is (133,108,33). Sum of RGB (Red+Green+Blue) = 133+108+33=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C21 is #7A93DE. Grayscale: #6B6B6B. Windows color (decimal): -8033247 or 2190469. OLE color: 2190469.

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

Color convert

RGB 133 108 33 -
CMYK 0 0.19 0.75 0.48
HSL 45º 0.6% 0.33% -
HSV(B) 45º 0.75% 0.52% -
XYZ 15.31 15.82 3.69 -
YUV 106.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 133 108 33 0 0.19 0.75 0.48 45 0.6 0.33
Hex 85 6C 21 0 13 4B 30 2D 3C 21
Octal 205 154 41 0 23 113 60 55 74 41
Binary 10000101 1101100 100001 0 10011 1001011 110000 101101 111100 100001

Color Harmonies of #856C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C21

Black with #856C21

Text Example


Text Example

White with #856C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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