#664233

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

Shades of Jambalaya #664233

Tints of Jambalaya #664233

Color information

#664233 (or 0x664233) is unknown color: approx Jambalaya. HEX triplet: 66, 42 and 33. RGB value is (102,66,51). Sum of RGB (Red+Green+Blue) = 102+66+51=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #664233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664233 is #99BDCC. Grayscale: #4B4B4B. Windows color (decimal): -10075597 or 3359334. OLE color: 3359334.

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

Color convert

RGB1026651-
CMYK00.350.50.6
HSL17.65º33.33%30%-
HSV(B)17.65º50%40%-
XYZ8.036.964.05-
YUV75.05114.43147.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=46.58%
G=30.14%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102665100.350.50.617.6533.3330
Hex664233023323C12211e
Octal146102630436274224136
Binary1100110100001011001101000111100101111001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664233; }

 p { color: rgb(102,66,51); }

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

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

 a { background-color: rgb(102,66,51); }

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

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

 span { border-color: rgb(102,66,51); }

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