#85640C

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

Shades of Yukon Gold #85640C

Tints of Yukon Gold #85640C

Color information

#85640C (or 0x85640C) is unknown color: approx Yukon Gold. HEX triplet: 85, 64 and 0C. RGB value is (133,100,12). Sum of RGB (Red+Green+Blue) = 133+100+12=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85640C is #7A9BF3. Grayscale: #646464. Windows color (decimal): -8035316 or 812165. OLE color: 812165.

HSL color Cylindrical-coordinate representation of color #85640C: hue angle of 43.64º 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 #85640C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13310012-
CMYK00.250.910.48
HSL43.64º83.45%28.43%-
HSV(B)43.64º90.98%52.16%-
XYZ14.314.132.32-
YUV99.8378.43151.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=54.29%
G=40.82%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331001200.250.910.4843.6483.4528.43
Hex8564C0195B302c531c
Octal20514414031133605412334
Binary10000101110010011000110011011011110000101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85640C; }

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

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

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

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

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

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

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

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