#75621D

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

Shades of Yukon Gold #75621D

Tints of Yukon Gold #75621D

Color information

#75621D (or 0x75621D) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 1D. RGB value is (117,98,29). Sum of RGB (Red+Green+Blue) = 117+98+29=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75621D is #8A9DE2. Grayscale: #606060. Windows color (decimal): -9084387 or 1925749. OLE color: 1925749.

HSL color Cylindrical-coordinate representation of color #75621D: hue angle of 47.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75621D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1179829-
CMYK00.160.750.54
HSL47.05º60.27%28.63%-
HSV(B)47.05º75.21%45.88%-
XYZ11.9312.612.97-
YUV95.8190.29143.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=47.95%
G=40.16%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117982900.160.750.5447.0560.2728.63
Hex75621D0104B362f3c1d
Octal1651423502011366577435
Binary1110101110001011101010000100101111011010111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75621D; }

 p { color: rgb(117,98,29); }

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

<style>
 a { background-color: #75621D; }

 a { background-color: rgb(117,98,29); }

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

<style>
 span { border-color: #75621D; }

 span { border-color: rgb(117,98,29); }

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