#665C36

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

Shades of Himalaya #665C36

Tints of Himalaya #665C36

Color information

#665C36 (or 0x665C36) is unknown color: approx Himalaya. HEX triplet: 66, 5C and 36. RGB value is (102,92,54). Sum of RGB (Red+Green+Blue) = 102+92+54=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C36 is #99A3C9. Grayscale: #5A5A5A. Windows color (decimal): -10068938 or 3562598. OLE color: 3562598.

HSL color Cylindrical-coordinate representation of color #665C36: hue angle of 47.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665C36 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1029254-
CMYK00.100.470.6
HSL47.5º30.77%30.59%-
HSV(B)47.5º47.06%40%-
XYZ9.9710.755.04-
YUV90.66107.31136.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=41.13%
G=37.10%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102925400.100.470.647.530.7730.59
Hex665C360A2F3C301f1f
Octal146134660125774603737
Binary11001101011100110110010101011111111001100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665C36; }

 p { color: rgb(102,92,54); }

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

<style>
 a { background-color: #665C36; }

 a { background-color: rgb(102,92,54); }

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

<style>
 span { border-color: #665C36; }

 span { border-color: rgb(102,92,54); }

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