#644C3C

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

Shades of Jambalaya #644C3C

Tints of Jambalaya #644C3C

Color information

#644C3C (or 0x644C3C) is unknown color: approx Jambalaya. HEX triplet: 64, 4C and 3C. RGB value is (100,76,60). Sum of RGB (Red+Green+Blue) = 100+76+60=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C3C is #9BB3C3. Grayscale: #515151. Windows color (decimal): -10204100 or 3951716. OLE color: 3951716.

HSL color Cylindrical-coordinate representation of color #644C3C: hue angle of 24º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #644C3C is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1007660-
CMYK00.240.40.61
HSL24º25%31.37%-
HSV(B)24º40%39.22%-
XYZ8.668.25.4-
YUV81.35115.95141.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=42.37%
G=32.20%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100766000.240.40.61242531.37
Hex644C3C018283D18191f
Octal144114740305075303137
Binary11001001001100111100011000101000111101110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644C3C; }

 p { color: rgb(100,76,60); }

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

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

 a { background-color: rgb(100,76,60); }

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

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

 span { border-color: rgb(100,76,60); }

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