#75610B

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

Shades of Yukon Gold #75610B

Tints of Yukon Gold #75610B

Color information

#75610B (or 0x75610B) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 0B. RGB value is (117,97,11). Sum of RGB (Red+Green+Blue) = 117+97+11=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75610B is #8A9EF4. Grayscale: #5D5D5D. Windows color (decimal): -9084661 or 745845. OLE color: 745845.

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

Color convert

RGB1179711-
CMYK00.170.910.54
HSL48.68º82.81%25.1%-
HSV(B)48.68º90.6%45.88%-
XYZ11.6712.362.09-
YUV93.1881.63144.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=52%
G=43.11%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117971100.170.910.5448.6882.8125.1
Hex7561B0115B36315319
Octal16514113021133666112331
Binary1110101110000110110100011011011110110110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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