Html Css Color HEX #644434 Jambalaya

📋 copy color: '#644434'

red 100 ◦ green 68 ◦ blue 52

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

Shades of Jambalaya #644434

Tints of Jambalaya #644434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 45.45%
G = 30.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#644434 (or 0x644434) is known color: Jambalaya. HEX triplet: 64, 44 and 34. RGB value is (100,68,52). Sum of RGB (Red+Green+Blue) = 100+68+52=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644434 is #9BBBCB. Grayscale: #4B4B4B. Windows color (decimal): -10206156 or 3425380. OLE color: 3425380.

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

Color convert

RGB 100 68 52 -
CMYK 0 0.32 0.48 0.61
HSL 20º 0.32% 0.3% -
HSV(B) 20º 0.48% 0.39% -
XYZ 7.94 7.09 4.2 -
YUV 75.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 100 68 52 0 0.32 0.48 0.61 20 0.32 0.3
Hex 64 44 34 0 20 30 3D 14 20 1E
Octal 144 104 64 0 40 60 75 24 40 36
Binary 1100100 1000100 110100 0 100000 110000 111101 10100 100000 11110

Color Harmonies of #644434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644434

Black with #644434

Text Example


Text Example

White with #644434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644434; }

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

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

background-color css

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

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

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

border-color css

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

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

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