#75640B

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

Shades of Yukon Gold #75640B

Tints of Yukon Gold #75640B

Color information

#75640B (or 0x75640B) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 0B. RGB value is (117,100,11). Sum of RGB (Red+Green+Blue) = 117+100+11=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75640B is #8A9BF4. Grayscale: #5F5F5F. Windows color (decimal): -9083893 or 746613. OLE color: 746613.

HSL color Cylindrical-coordinate representation of color #75640B: hue angle of 50.38º degrees, saturation: 0.83, 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 #75640B is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11710011-
CMYK00.150.910.54
HSL50.38º82.81%25.1%-
HSV(B)50.38º90.6%45.88%-
XYZ11.9512.922.18-
YUV94.9480.63143.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=51.32%
G=43.86%
B=4.82%

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
Decimal1171001100.150.910.5450.3882.8125.1
Hex7564B0F5B36325319
Octal16514413017133666212331
Binary111010111001001011011111011011110110110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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