#664537

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

Shades of Jambalaya #664537

Tints of Jambalaya #664537

Color information

#664537 (or 0x664537) is unknown color: approx Jambalaya. HEX triplet: 66, 45 and 37. RGB value is (102,69,55). Sum of RGB (Red+Green+Blue) = 102+69+55=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664537 is #99BAC8. Grayscale: #4D4D4D. Windows color (decimal): -10074825 or 3622246. OLE color: 3622246.

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

Color convert

RGB1026955-
CMYK00.320.460.6
HSL17.87º29.94%30.78%-
HSV(B)17.87º46.08%40%-
XYZ8.37.364.6-
YUV77.27115.43145.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=45.13%
G=30.53%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102695500.320.460.617.8729.9430.78
Hex6645370202E3C121e1f
Octal146105670405674223637
Binary110011010001011101110100000101110111100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664537; }

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

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

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

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

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

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

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

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