#75682A

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

Shades of Himalaya #75682A

Tints of Himalaya #75682A

Color information

#75682A (or 0x75682A) is unknown color: approx Himalaya. HEX triplet: 75, 68 and 2A. RGB value is (117,104,42). Sum of RGB (Red+Green+Blue) = 117+104+42=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682A is #8A97D5. Grayscale: #656565. Windows color (decimal): -9082838 or 2779253. OLE color: 2779253.

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

Color convert

RGB11710442-
CMYK00.110.640.54
HSL49.6º47.17%31.18%-
HSV(B)49.6º64.1%45.88%-
XYZ12.713.854.19-
YUV100.8294.81139.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=44.49%
G=39.54%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171044200.110.640.5449.647.1731.18
Hex75682A0B4036322f1f
Octal1651505201310066625737
Binary1110101110100010101001011100000011011011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,104,42); }

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

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

 a { background-color: rgb(117,104,42); }

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

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

 span { border-color: rgb(117,104,42); }

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