Html Css Color HEX #856B29 Yukon Gold

📋 copy color: '#856B29'

red 133 ◦ green 107 ◦ blue 41

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

Shades of Yukon Gold #856B29

Tints of Yukon Gold #856B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.08%

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

R = 47.33%
G = 38.08%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856B29 (or 0x856B29) is known color: Yukon Gold. HEX triplet: 85, 6B and 29. RGB value is (133,107,41). Sum of RGB (Red+Green+Blue) = 133+107+41=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B29 is #7A94D6. Grayscale: #6B6B6B. Windows color (decimal): -8033495 or 2714501. OLE color: 2714501.

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

Color convert

RGB 133 107 41 -
CMYK 0 0.20 0.69 0.48
HSL 43.04º 0.53% 0.34% -
HSV(B) 43.04º 0.69% 0.52% -
XYZ 15.33 15.66 4.31 -
YUV 107.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 133 107 41 0 0.20 0.69 0.48 43.04 0.53 0.34
Hex 85 6B 29 0 14 45 30 2B 35 22
Octal 205 153 51 0 24 105 60 53 65 42
Binary 10000101 1101011 101001 0 10100 1000101 110000 101011 110101 100010

Color Harmonies of #856B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B29

Black with #856B29

Text Example


Text Example

White with #856B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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