#75621B

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

Shades of Yukon Gold #75621B

Tints of Yukon Gold #75621B

Color information

#75621B (or 0x75621B) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 1B. RGB value is (117,98,27). Sum of RGB (Red+Green+Blue) = 117+98+27=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75621B is #8A9DE4. Grayscale: #5F5F5F. Windows color (decimal): -9084389 or 1794677. OLE color: 1794677.

HSL color Cylindrical-coordinate representation of color #75621B: hue angle of 47.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75621B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1179827-
CMYK00.160.770.54
HSL47.33º62.5%28.24%-
HSV(B)47.33º76.92%45.88%-
XYZ11.912.62.84-
YUV95.5989.29143.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=48.35%
G=40.50%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117982700.160.770.5447.3362.528.24
Hex75621B0104D362f3e1c
Octal1651423302011566577634
Binary1110101110001011011010000100110111011010111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,98,27); }

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

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

 a { background-color: rgb(117,98,27); }

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

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

 span { border-color: rgb(117,98,27); }

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