Html Css Color HEX #856F12 Yukon Gold

📋 copy color: '#856F12'

red 133 ◦ green 111 ◦ blue 18

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

Shades of Yukon Gold #856F12

Tints of Yukon Gold #856F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

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

R = 50.76%
G = 42.37%
B = 6.87%

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

#856F12 (or 0x856F12) is known color: Yukon Gold. HEX triplet: 85, 6F and 12. RGB value is (133,111,18). Sum of RGB (Red+Green+Blue) = 133+111+18=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #856F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F12 is #7A90ED. Grayscale: #6B6B6B. Windows color (decimal): -8032494 or 1208197. OLE color: 1208197.

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

Color convert

RGB 133 111 18 -
CMYK 0 0.17 0.86 0.48
HSL 48.52º 0.76% 0.3% -
HSV(B) 48.52º 0.86% 0.52% -
XYZ 15.47 16.4 2.92 -
YUV 106.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 133 111 18 0 0.17 0.86 0.48 48.52 0.76 0.3
Hex 85 6F 12 0 11 56 30 31 4C 1E
Octal 205 157 22 0 21 126 60 61 114 36
Binary 10000101 1101111 10010 0 10001 1010110 110000 110001 1001100 11110

Color Harmonies of #856F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F12

Black with #856F12

Text Example


Text Example

White with #856F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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