#664B36

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

Shades of Jambalaya #664B36

Tints of Jambalaya #664B36

Color information

#664B36 (or 0x664B36) is unknown color: approx Jambalaya. HEX triplet: 66, 4B and 36. RGB value is (102,75,54). Sum of RGB (Red+Green+Blue) = 102+75+54=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #664B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B36 is #99B4C9. Grayscale: #505050. Windows color (decimal): -10073290 or 3558246. OLE color: 3558246.

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

Color convert

RGB1027554-
CMYK00.260.470.6
HSL26.25º30.77%30.59%-
HSV(B)26.25º47.06%40%-
XYZ8.668.124.6-
YUV80.68112.95143.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=44.16%
G=32.47%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102755400.260.470.626.2530.7730.59
Hex664B3601A2F3C1a1f1f
Octal146113660325774323737
Binary11001101001011110110011010101111111100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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