Html Css Color HEX #644332 Jambalaya

📋 copy color: '#644332'

red 100 ◦ green 67 ◦ blue 50

#644332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jambalaya #644332

Tints of Jambalaya #644332

RGB

 RED value IS 100 (39.45% from 255) = 46.08%

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 46.08%
G = 30.88%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#644332 (or 0x644332) is known color: Jambalaya. HEX triplet: 64, 43 and 32. RGB value is (100,67,50). Sum of RGB (Red+Green+Blue) = 100+67+50=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #644332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644332 is #9BBCCD. Grayscale: #4B4B4B. Windows color (decimal): -10206414 or 3294052. OLE color: 3294052.

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

Color convert

RGB 100 67 50 -
CMYK 0 0.33 0.50 0.61
HSL 20.4º 0.33% 0.29% -
HSV(B) 20.4º 0.5% 0.39% -
XYZ 7.84 6.95 3.95 -
YUV 74.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 100 67 50 0 0.33 0.50 0.61 20.4 0.33 0.29
Hex 64 43 32 0 21 32 3D 14 21 1D
Octal 144 103 62 0 41 62 75 24 41 35
Binary 1100100 1000011 110010 0 100001 110010 111101 10100 100001 11101

Color Harmonies of #644332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644332

Black with #644332

Text Example


Text Example

White with #644332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644332; }

 p { color: rgb(100,67,50); }

 H1.HeaderClassName
 {
   color: #644332;
 }
 .AnyTagClassName
 {
   color: #644332;
 }
</style>

background-color css

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

 a { background-color: rgb(100,67,50); }

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

border-color css

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

 span { border-color: rgb(100,67,50); }

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