#75640C

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

Shades of Yukon Gold #75640C

Tints of Yukon Gold #75640C

Color information

#75640C (or 0x75640C) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 0C. RGB value is (117,100,12). Sum of RGB (Red+Green+Blue) = 117+100+12=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75640C is #8A9BF3. Grayscale: #5F5F5F. Windows color (decimal): -9083892 or 812149. OLE color: 812149.

HSL color Cylindrical-coordinate representation of color #75640C: hue angle of 50.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75640C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11710012-
CMYK00.150.900.54
HSL50.29º81.4%25.29%-
HSV(B)50.29º89.74%45.88%-
XYZ11.9612.922.21-
YUV95.0581.13143.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=51.09%
G=43.67%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171001200.150.900.5450.2981.425.29
Hex7564C0F5A36325119
Octal16514414017132666212131
Binary111010111001001100011111011010110110110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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