#664330

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

Shades of Jambalaya #664330

Tints of Jambalaya #664330

Color information

#664330 (or 0x664330) is unknown color: approx Jambalaya. HEX triplet: 66, 43 and 30. RGB value is (102,67,48). Sum of RGB (Red+Green+Blue) = 102+67+48=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #664330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664330 is #99BCCF. Grayscale: #4B4B4B. Windows color (decimal): -10075344 or 3162982. OLE color: 3162982.

HSL color Cylindrical-coordinate representation of color #664330: hue angle of 21.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664330 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1026748-
CMYK00.340.530.6
HSL21.11º36%29.41%-
HSV(B)21.11º52.94%40%-
XYZ8.027.053.73-
YUV75.3112.6147.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=47.00%
G=30.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102674800.340.530.621.113629.41
Hex664330022353C15241d
Octal146103600426574254435
Binary1100110100001111000001000101101011111001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664330; }

 p { color: rgb(102,67,48); }

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

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

 a { background-color: rgb(102,67,48); }

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

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

 span { border-color: rgb(102,67,48); }

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