#664434

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

Shades of Jambalaya #664434

Tints of Jambalaya #664434

Color information

#664434 (or 0x664434) is unknown color: approx Jambalaya. HEX triplet: 66, 44 and 34. RGB value is (102,68,52). Sum of RGB (Red+Green+Blue) = 102+68+52=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #664434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664434 is #99BBCB. Grayscale: #4C4C4C. Windows color (decimal): -10075084 or 3425382. OLE color: 3425382.

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

Color convert

RGB1026852-
CMYK00.330.490.6
HSL19.2º32.47%30.2%-
HSV(B)19.2º49.02%40%-
XYZ8.177.214.21-
YUV76.34114.26146.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=45.95%
G=30.63%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102685200.330.490.619.232.4730.2
Hex664434021313C13201e
Octal146104640416174234036
Binary1100110100010011010001000011100011111001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664434; }

 p { color: rgb(102,68,52); }

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

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

 a { background-color: rgb(102,68,52); }

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

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

 span { border-color: rgb(102,68,52); }

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