#75630C

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

Shades of Yukon Gold #75630C

Tints of Yukon Gold #75630C

Color information

#75630C (or 0x75630C) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 0C. RGB value is (117,99,12). Sum of RGB (Red+Green+Blue) = 117+99+12=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75630C is #8A9CF3. Grayscale: #5E5E5E. Windows color (decimal): -9084148 or 811893. OLE color: 811893.

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

Color convert

RGB1179912-
CMYK00.150.900.54
HSL49.71º81.4%25.29%-
HSV(B)49.71º89.74%45.88%-
XYZ11.8612.732.18-
YUV94.4681.46144.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=51.32%
G=43.42%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117991200.150.900.5449.7181.425.29
Hex7563C0F5A36325119
Octal16514314017132666212131
Binary111010111000111100011111011010110110110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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