#664539

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

Shades of Jambalaya #664539

Tints of Jambalaya #664539

Color information

#664539 (or 0x664539) is unknown color: approx Jambalaya. HEX triplet: 66, 45 and 39. RGB value is (102,69,57). Sum of RGB (Red+Green+Blue) = 102+69+57=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664539 is #99BAC6. Grayscale: #4D4D4D. Windows color (decimal): -10074823 or 3753318. OLE color: 3753318.

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

Color convert

RGB1026957-
CMYK00.320.440.6
HSL16º28.3%31.18%-
HSV(B)16º44.12%40%-
XYZ8.357.384.85-
YUV77.5116.43145.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 57 (22.66% from 255) = 25%
R=44.74%
G=30.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102695700.320.440.61628.331.18
Hex6645390202C3C101c1f
Octal146105710405474203437
Binary110011010001011110010100000101100111100100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664539; }

 p { color: rgb(102,69,57); }

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

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

 a { background-color: rgb(102,69,57); }

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

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

 span { border-color: rgb(102,69,57); }

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