Html Css Color HEX #856C29 Yukon Gold

📋 copy color: '#856C29'

red 133 ◦ green 108 ◦ blue 41

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

Shades of Yukon Gold #856C29

Tints of Yukon Gold #856C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 47.16%
G = 38.3%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856C29 (or 0x856C29) is known color: Yukon Gold. HEX triplet: 85, 6C and 29. RGB value is (133,108,41). Sum of RGB (Red+Green+Blue) = 133+108+41=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #856C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C29 is #7A93D6. Grayscale: #6C6C6C. Windows color (decimal): -8033239 or 2714757. OLE color: 2714757.

HSL color Cylindrical-coordinate representation of color #856C29: hue angle of 43.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #856C29 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 41 -
CMYK 0 0.19 0.69 0.48
HSL 43.7º 0.53% 0.34% -
HSV(B) 43.7º 0.69% 0.52% -
XYZ 15.44 15.87 4.35 -
YUV 107.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 133 108 41 0 0.19 0.69 0.48 43.7 0.53 0.34
Hex 85 6C 29 0 13 45 30 2C 35 22
Octal 205 154 51 0 23 105 60 54 65 42
Binary 10000101 1101100 101001 0 10011 1000101 110000 101100 110101 100010

Color Harmonies of #856C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C29

Black with #856C29

Text Example


Text Example

White with #856C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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