#75690C

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

Shades of Yukon Gold #75690C

Tints of Yukon Gold #75690C

Color information

#75690C (or 0x75690C) is unknown color: approx Yukon Gold. HEX triplet: 75, 69 and 0C. RGB value is (117,105,12). Sum of RGB (Red+Green+Blue) = 117+105+12=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75690C is #8A96F3. Grayscale: #626262. Windows color (decimal): -9082612 or 813429. OLE color: 813429.

HSL color Cylindrical-coordinate representation of color #75690C: hue angle of 53.14º 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 #75690C is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11710512-
CMYK00.100.900.54
HSL53.14º81.4%25.29%-
HSV(B)53.14º89.74%45.88%-
XYZ12.4513.912.38-
YUV97.9979.48141.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=50%
G=44.87%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171051200.100.900.5453.1481.425.29
Hex7569C0A5A36355119
Octal16515114012132666512131
Binary111010111010011100010101011010110110110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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