#664937

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

Shades of Jambalaya #664937

Tints of Jambalaya #664937

Color information

#664937 (or 0x664937) is unknown color: approx Jambalaya. HEX triplet: 66, 49 and 37. RGB value is (102,73,55). Sum of RGB (Red+Green+Blue) = 102+73+55=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664937 is #99B6C8. Grayscale: #4F4F4F. Windows color (decimal): -10073801 or 3623270. OLE color: 3623270.

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

Color convert

RGB1027355-
CMYK00.280.460.6
HSL22.98º29.94%30.78%-
HSV(B)22.98º46.08%40%-
XYZ8.557.874.68-
YUV79.62114.11143.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=44.35%
G=31.74%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102735500.280.460.622.9829.9430.78
Hex66493701C2E3C171e1f
Octal146111670345674273637
Binary11001101001001110111011100101110111100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664937; }

 p { color: rgb(102,73,55); }

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

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

 a { background-color: rgb(102,73,55); }

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

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

 span { border-color: rgb(102,73,55); }

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