Html Css Color HEX #856C14 Yukon Gold

📋 copy color: '#856C14'

red 133 ◦ green 108 ◦ blue 20

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

Shades of Yukon Gold #856C14

Tints of Yukon Gold #856C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 50.96%
G = 41.38%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#856C14 (or 0x856C14) is known color: Yukon Gold. HEX triplet: 85, 6C and 14. RGB value is (133,108,20). Sum of RGB (Red+Green+Blue) = 133+108+20=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #856C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C14 is #7A93EB. Grayscale: #696969. Windows color (decimal): -8033260 or 1338501. OLE color: 1338501.

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

Color convert

RGB 133 108 20 -
CMYK 0 0.19 0.85 0.48
HSL 46.73º 0.74% 0.3% -
HSV(B) 46.73º 0.85% 0.52% -
XYZ 15.16 15.76 2.91 -
YUV 105.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 133 108 20 0 0.19 0.85 0.48 46.73 0.74 0.3
Hex 85 6C 14 0 13 55 30 2F 4A 1E
Octal 205 154 24 0 23 125 60 57 112 36
Binary 10000101 1101100 10100 0 10011 1010101 110000 101111 1001010 11110

Color Harmonies of #856C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C14

Black with #856C14

Text Example


Text Example

White with #856C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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