#75661D

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

Shades of Yukon Gold #75661D

Tints of Yukon Gold #75661D

Color information

#75661D (or 0x75661D) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 1D. RGB value is (117,102,29). Sum of RGB (Red+Green+Blue) = 117+102+29=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75661D is #8A99E2. Grayscale: #626262. Windows color (decimal): -9083363 or 1926773. OLE color: 1926773.

HSL color Cylindrical-coordinate representation of color #75661D: hue angle of 49.77º 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 #75661D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11710229-
CMYK00.130.750.54
HSL49.77º60.27%28.63%-
HSV(B)49.77º75.21%45.88%-
XYZ12.3113.373.09-
YUV98.1688.97141.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 29 (11.72% from 255) = 11.69%
R=47.18%
G=41.13%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171022900.130.750.5449.7760.2728.63
Hex75661D0D4B36323c1d
Octal1651463501511366627435
Binary111010111001101110101101100101111011011001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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