#644A35

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

Shades of Jambalaya #644A35

Tints of Jambalaya #644A35

Color information

#644A35 (or 0x644A35) is unknown color: approx Jambalaya. HEX triplet: 64, 4A and 35. RGB value is (100,74,53). Sum of RGB (Red+Green+Blue) = 100+74+53=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #644A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A35 is #9BB5CA. Grayscale: #4F4F4F. Windows color (decimal): -10204619 or 3492452. OLE color: 3492452.

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

Color convert

RGB1007453-
CMYK00.260.470.61
HSL26.81º30.72%30%-
HSV(B)26.81º47%39.22%-
XYZ8.357.864.45-
YUV79.38113.11142.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=44.05%
G=32.60%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100745300.260.470.6126.8130.7230
Hex644A3501A2F3D1b1f1e
Octal144112650325775333736
Binary11001001001010110101011010101111111101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,53); }

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

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

 a { background-color: rgb(100,74,53); }

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

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

 span { border-color: rgb(100,74,53); }

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