Html Css Color HEX #644432 Jambalaya

📋 copy color: '#644432'

red 100 ◦ green 68 ◦ blue 50

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

Shades of Jambalaya #644432

Tints of Jambalaya #644432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 45.87%
G = 31.19%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#644432 (or 0x644432) is known color: Jambalaya. HEX triplet: 64, 44 and 32. RGB value is (100,68,50). Sum of RGB (Red+Green+Blue) = 100+68+50=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644432 is #9BBBCD. Grayscale: #4B4B4B. Windows color (decimal): -10206158 or 3294308. OLE color: 3294308.

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

Color convert

RGB 100 68 50 -
CMYK 0 0.32 0.50 0.61
HSL 21.6º 0.33% 0.29% -
HSV(B) 21.6º 0.5% 0.39% -
XYZ 7.9 7.07 3.97 -
YUV 75.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 100 68 50 0 0.32 0.50 0.61 21.6 0.33 0.29
Hex 64 44 32 0 20 32 3D 16 21 1D
Octal 144 104 62 0 40 62 75 26 41 35
Binary 1100100 1000100 110010 0 100000 110010 111101 10110 100001 11101

Color Harmonies of #644432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644432

Black with #644432

Text Example


Text Example

White with #644432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644432; }

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

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

background-color css

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

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

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

border-color css

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

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

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