#75631A

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

Shades of Yukon Gold #75631A

Tints of Yukon Gold #75631A

Color information

#75631A (or 0x75631A) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 1A. RGB value is (117,99,26). Sum of RGB (Red+Green+Blue) = 117+99+26=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75631A is #8A9CE5. Grayscale: #606060. Windows color (decimal): -9084134 or 1729397. OLE color: 1729397.

HSL color Cylindrical-coordinate representation of color #75631A: hue angle of 48.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75631A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1179926-
CMYK00.150.780.54
HSL48.13º63.64%28.04%-
HSV(B)48.13º77.78%45.88%-
XYZ11.9812.782.81-
YUV96.0688.46142.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=48.35%
G=40.91%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117992600.150.780.5448.1363.6428.04
Hex75631A0F4E3630401c
Octal16514332017116666010034
Binary1110101110001111010011111001110110110110000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75631A; }

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

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

<style>
 a { background-color: #75631A; }

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

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

<style>
 span { border-color: #75631A; }

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

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