#856D0C

Color #856D0C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #856D0C

Tints of Yukon Gold #856D0C

Color information

#856D0C (or 0x856D0C) is unknown color: approx Yukon Gold. HEX triplet: 85, 6D and 0C. RGB value is (133,109,12). Sum of RGB (Red+Green+Blue) = 133+109+12=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D0C is #7A92F3. Grayscale: #696969. Windows color (decimal): -8033012 or 814469. OLE color: 814469.

HSL color Cylindrical-coordinate representation of color #856D0C: hue angle of 48.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #856D0C is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13310912-
CMYK00.180.910.48
HSL48.1º83.45%28.43%-
HSV(B)48.1º90.98%52.16%-
XYZ15.2115.952.63-
YUV105.1275.45147.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=52.36%
G=42.91%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331091200.180.910.4848.183.4528.43
Hex856DC0125B3030531c
Octal20515514022133606012334
Binary10000101110110111000100101011011110000110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,12); }

 H1.HeaderClassName
 {
   color: #856D0C;
 }
 .AnyTagClassName
 {
   color: #856D0C;
 }
</style>
background-color css

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

 a { background-color: rgb(133,109,12); }

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

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

 span { border-color: rgb(133,109,12); }

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