#75640A

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

Shades of Yukon Gold #75640A

Tints of Yukon Gold #75640A

Color information

#75640A (or 0x75640A) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 0A. RGB value is (117,100,10). Sum of RGB (Red+Green+Blue) = 117+100+10=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75640A is #8A9BF5. Grayscale: #5F5F5F. Windows color (decimal): -9083894 or 681077. OLE color: 681077.

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

Color convert

RGB11710010-
CMYK00.150.910.54
HSL50.47º84.25%24.9%-
HSV(B)50.47º91.45%45.88%-
XYZ11.9512.922.15-
YUV94.8280.13143.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=51.54%
G=44.05%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171001000.150.910.5450.4784.2524.9
Hex7564A0F5B36325419
Octal16514412017133666212431
Binary111010111001001010011111011011110110110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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