Html Css Color HEX #644935 Jambalaya

📋 copy color: '#644935'

red 100 ◦ green 73 ◦ blue 53

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

Shades of Jambalaya #644935

Tints of Jambalaya #644935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

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

R = 44.25%
G = 32.3%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#644935 (or 0x644935) is known color: Jambalaya. HEX triplet: 64, 49 and 35. RGB value is (100,73,53). Sum of RGB (Red+Green+Blue) = 100+73+53=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644935 is #9BB6CA. Grayscale: #4E4E4E. Windows color (decimal): -10204875 or 3492196. OLE color: 3492196.

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

Color convert

RGB 100 73 53 -
CMYK 0 0.27 0.47 0.61
HSL 25.53º 0.31% 0.3% -
HSV(B) 25.53º 0.47% 0.39% -
XYZ 8.28 7.73 4.42 -
YUV 78.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 100 73 53 0 0.27 0.47 0.61 25.53 0.31 0.3
Hex 64 49 35 0 1B 2F 3D 1A 1F 1E
Octal 144 111 65 0 33 57 75 32 37 36
Binary 1100100 1001001 110101 0 11011 101111 111101 11010 11111 11110

Color Harmonies of #644935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644935

Black with #644935

Text Example


Text Example

White with #644935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644935; }

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

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

background-color css

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

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

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

border-color css

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

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

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