#66442F

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

Shades of Jambalaya #66442F

Tints of Jambalaya #66442F

Color information

#66442F (or 0x66442F) is unknown color: approx Jambalaya. HEX triplet: 66, 44 and 2F. RGB value is (102,68,47). Sum of RGB (Red+Green+Blue) = 102+68+47=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66442F is #99BBD0. Grayscale: #4B4B4B. Windows color (decimal): -10075089 or 3097702. OLE color: 3097702.

HSL color Cylindrical-coordinate representation of color #66442F: hue angle of 22.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66442F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1026847-
CMYK00.330.540.6
HSL22.91º36.91%29.22%-
HSV(B)22.91º53.92%40%-
XYZ8.067.163.65-
YUV75.77111.76146.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=47.00%
G=31.34%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102684700.330.540.622.9136.9129.22
Hex66442F021363C17251d
Octal146104570416674274535
Binary1100110100010010111101000011101101111001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66442F; }

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

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

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

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

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

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

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

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