#644935

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

Shades of Jambalaya #644935

Tints of Jambalaya #644935

Color information

#644935 (or 0x644935) is unknown color: approx Jambalaya. HEX triplet: 64, 49 and 35. RGB value is (100,73,53). Sum of RGB (Red+Green+Blue) = 100+73+53=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644935 is #9BB6CA. Grayscale: #4E4E4E. Windows color (decimal): -10204875 or 3492196. OLE color: 3492196.

HSL color Cylindrical-coordinate representation of color #644935: hue angle of 25.53º 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 #644935 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1007353-
CMYK00.270.470.61
HSL25.53º30.72%30%-
HSV(B)25.53º47%39.22%-
XYZ8.287.734.42-
YUV78.79113.45143.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=44.25%
G=32.30%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100735300.270.470.6125.5330.7230
Hex64493501B2F3D1a1f1e
Octal144111650335775323736
Binary11001001001001110101011011101111111101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644935; }

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

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

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

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

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

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

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

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