#856610

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

Shades of Yukon Gold #856610

Tints of Yukon Gold #856610

Color information

#856610 (or 0x856610) is unknown color: approx Yukon Gold. HEX triplet: 85, 66 and 10. RGB value is (133,102,16). Sum of RGB (Red+Green+Blue) = 133+102+16=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856610 is #7A99EF. Grayscale: #656565. Windows color (decimal): -8034800 or 1074821. OLE color: 1074821.

HSL color Cylindrical-coordinate representation of color #856610: hue angle of 44.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #856610 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13310216-
CMYK00.230.880.48
HSL44.1º78.52%29.22%-
HSV(B)44.1º87.97%52.16%-
XYZ14.5214.532.53-
YUV101.4679.77150.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=52.99%
G=40.64%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331021600.230.880.4844.178.5229.22
Hex85661001758302c4f1d
Octal20514620027130605411735
Binary100001011100110100000101111011000110000101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856610; }

 p { color: rgb(133,102,16); }

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

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

 a { background-color: rgb(133,102,16); }

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

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

 span { border-color: rgb(133,102,16); }

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