#75630D

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

Shades of Yukon Gold #75630D

Tints of Yukon Gold #75630D

Color information

#75630D (or 0x75630D) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 0D. RGB value is (117,99,13). Sum of RGB (Red+Green+Blue) = 117+99+13=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75630D is #8A9CF2. Grayscale: #5E5E5E. Windows color (decimal): -9084147 or 877429. OLE color: 877429.

HSL color Cylindrical-coordinate representation of color #75630D: hue angle of 49.62º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75630D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1179913-
CMYK00.150.890.54
HSL49.62º80%25.49%-
HSV(B)49.62º88.89%45.88%-
XYZ11.8712.732.21-
YUV94.5881.96143.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=51.09%
G=43.23%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117991300.150.890.5449.628025.49
Hex7563D0F5936325019
Octal16514315017131666212031
Binary111010111000111101011111011001110110110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,99,13); }

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

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

 a { background-color: rgb(117,99,13); }

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

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

 span { border-color: rgb(117,99,13); }

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