#644530

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

Shades of Jambalaya #644530

Tints of Jambalaya #644530

Color information

#644530 (or 0x644530) is unknown color: approx Jambalaya. HEX triplet: 64, 45 and 30. RGB value is (100,69,48). Sum of RGB (Red+Green+Blue) = 100+69+48=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #644530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644530 is #9BBACF. Grayscale: #4B4B4B. Windows color (decimal): -10205904 or 3163492. OLE color: 3163492.

HSL color Cylindrical-coordinate representation of color #644530: hue angle of 24.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644530 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB1006948-
CMYK00.310.520.61
HSL24.23º35.14%29.02%-
HSV(B)24.23º52%39.22%-
XYZ7.927.183.76-
YUV75.87112.27145.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=46.08%
G=31.80%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100694800.310.520.6124.2335.1429.02
Hex64453001F343D18231d
Octal144105600376475304335
Binary110010010001011100000111111101001111011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644530; }

 p { color: rgb(100,69,48); }

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

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

 a { background-color: rgb(100,69,48); }

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

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

 span { border-color: rgb(100,69,48); }

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