#75611D

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

Shades of Yukon Gold #75611D

Tints of Yukon Gold #75611D

Color information

#75611D (or 0x75611D) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 1D. RGB value is (117,97,29). Sum of RGB (Red+Green+Blue) = 117+97+29=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75611D is #8A9EE2. Grayscale: #5F5F5F. Windows color (decimal): -9084643 or 1925493. OLE color: 1925493.

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

Color convert

RGB1179729-
CMYK00.170.750.54
HSL46.36º60.27%28.63%-
HSV(B)46.36º75.21%45.88%-
XYZ11.8312.422.94-
YUV95.2390.63143.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=48.15%
G=39.92%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117972900.170.750.5446.3660.2728.63
Hex75611D0114B362e3c1d
Octal1651413502111366567435
Binary1110101110000111101010001100101111011010111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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