Html Css Color HEX #644531 Jambalaya

📋 copy color: '#644531'

red 100 ◦ green 69 ◦ blue 49

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

Shades of Jambalaya #644531

Tints of Jambalaya #644531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 45.87%
G = 31.65%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#644531 (or 0x644531) is known color: Jambalaya. HEX triplet: 64, 45 and 31. RGB value is (100,69,49). Sum of RGB (Red+Green+Blue) = 100+69+49=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644531 is #9BBACE. Grayscale: #4C4C4C. Windows color (decimal): -10205903 or 3229028. OLE color: 3229028.

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

Color convert

RGB 100 69 49 -
CMYK 0 0.31 0.51 0.61
HSL 23.53º 0.34% 0.29% -
HSV(B) 23.53º 0.51% 0.39% -
XYZ 7.94 7.19 3.87 -
YUV 75.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 100 69 49 0 0.31 0.51 0.61 23.53 0.34 0.29
Hex 64 45 31 0 1F 33 3D 18 22 1D
Octal 144 105 61 0 37 63 75 30 42 35
Binary 1100100 1000101 110001 0 11111 110011 111101 11000 100010 11101

Color Harmonies of #644531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644531

Black with #644531

Text Example


Text Example

White with #644531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644531; }

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

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

background-color css

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

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

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

border-color css

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

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

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