Html Css Color HEX #856E12 Yukon Gold

📋 copy color: '#856E12'

red 133 ◦ green 110 ◦ blue 18

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

Shades of Yukon Gold #856E12

Tints of Yukon Gold #856E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 50.96%
G = 42.15%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856E12 (or 0x856E12) is known color: Yukon Gold. HEX triplet: 85, 6E and 12. RGB value is (133,110,18). Sum of RGB (Red+Green+Blue) = 133+110+18=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #856E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E12 is #7A91ED. Grayscale: #6A6A6A. Windows color (decimal): -8032750 or 1207941. OLE color: 1207941.

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

Color convert

RGB 133 110 18 -
CMYK 0 0.17 0.86 0.48
HSL 48º 0.76% 0.3% -
HSV(B) 48º 0.86% 0.52% -
XYZ 15.36 16.18 2.89 -
YUV 106.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 133 110 18 0 0.17 0.86 0.48 48 0.76 0.3
Hex 85 6E 12 0 11 56 30 30 4C 1E
Octal 205 156 22 0 21 126 60 60 114 36
Binary 10000101 1101110 10010 0 10001 1010110 110000 110000 1001100 11110

Color Harmonies of #856E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E12

Black with #856E12

Text Example


Text Example

White with #856E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,18); }

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

background-color css

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

 a { background-color: rgb(133,110,18); }

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

border-color css

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

 span { border-color: rgb(133,110,18); }

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