Html Css Color HEX #856C15 Yukon Gold

📋 copy color: '#856C15'

red 133 ◦ green 108 ◦ blue 21

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

Shades of Yukon Gold #856C15

Tints of Yukon Gold #856C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 50.76%
G = 41.22%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856C15 (or 0x856C15) is known color: Yukon Gold. HEX triplet: 85, 6C and 15. RGB value is (133,108,21). Sum of RGB (Red+Green+Blue) = 133+108+21=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #856C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C15 is #7A93EA. Grayscale: #696969. Windows color (decimal): -8033259 or 1404037. OLE color: 1404037.

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

Color convert

RGB 133 108 21 -
CMYK 0 0.19 0.84 0.48
HSL 46.61º 0.73% 0.3% -
HSV(B) 46.61º 0.84% 0.52% -
XYZ 15.17 15.77 2.95 -
YUV 105.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 133 108 21 0 0.19 0.84 0.48 46.61 0.73 0.3
Hex 85 6C 15 0 13 54 30 2F 49 1E
Octal 205 154 25 0 23 124 60 57 111 36
Binary 10000101 1101100 10101 0 10011 1010100 110000 101111 1001001 11110

Color Harmonies of #856C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C15

Black with #856C15

Text Example


Text Example

White with #856C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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