#664B37

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

Shades of Jambalaya #664B37

Tints of Jambalaya #664B37

Color information

#664B37 (or 0x664B37) is unknown color: approx Jambalaya. HEX triplet: 66, 4B and 37. RGB value is (102,75,55). Sum of RGB (Red+Green+Blue) = 102+75+55=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B37 is #99B4C8. Grayscale: #505050. Windows color (decimal): -10073289 or 3623782. OLE color: 3623782.

HSL color Cylindrical-coordinate representation of color #664B37: hue angle of 25.53º 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 #664B37 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB1027555-
CMYK00.260.460.6
HSL25.53º29.94%30.78%-
HSV(B)25.53º46.08%40%-
XYZ8.698.134.73-
YUV80.79113.45143.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=43.97%
G=32.33%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102755500.260.460.625.5329.9430.78
Hex664B3701A2E3C1a1e1f
Octal146113670325674323637
Binary11001101001011110111011010101110111100110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B37; }

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

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

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

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

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

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

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

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