Html Css Color HEX #644635 Jambalaya

📋 copy color: '#644635'

red 100 ◦ green 70 ◦ blue 53

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

Shades of Jambalaya #644635

Tints of Jambalaya #644635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 44.84%
G = 31.39%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#644635 (or 0x644635) is known color: Jambalaya. HEX triplet: 64, 46 and 35. RGB value is (100,70,53). Sum of RGB (Red+Green+Blue) = 100+70+53=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644635 is #9BB9CA. Grayscale: #4D4D4D. Windows color (decimal): -10205643 or 3491428. OLE color: 3491428.

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

Color convert

RGB 100 70 53 -
CMYK 0 0.30 0.47 0.61
HSL 21.7º 0.31% 0.3% -
HSV(B) 21.7º 0.47% 0.39% -
XYZ 8.09 7.35 4.36 -
YUV 77.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 100 70 53 0 0.30 0.47 0.61 21.7 0.31 0.3
Hex 64 46 35 0 1E 2F 3D 16 1F 1E
Octal 144 106 65 0 36 57 75 26 37 36
Binary 1100100 1000110 110101 0 11110 101111 111101 10110 11111 11110

Color Harmonies of #644635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644635

Black with #644635

Text Example


Text Example

White with #644635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644635; }

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

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

background-color css

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

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

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

border-color css

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

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

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