Html Css Color HEX #644A35 Jambalaya

📋 copy color: '#644A35'

red 100 ◦ green 74 ◦ blue 53

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

Shades of Jambalaya #644A35

Tints of Jambalaya #644A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 44.05%
G = 32.6%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#644A35 (or 0x644A35) is known color: Jambalaya. HEX triplet: 64, 4A and 35. RGB value is (100,74,53). Sum of RGB (Red+Green+Blue) = 100+74+53=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #644A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A35 is #9BB5CA. Grayscale: #4F4F4F. Windows color (decimal): -10204619 or 3492452. OLE color: 3492452.

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

Color convert

RGB 100 74 53 -
CMYK 0 0.26 0.47 0.61
HSL 26.81º 0.31% 0.3% -
HSV(B) 26.81º 0.47% 0.39% -
XYZ 8.35 7.86 4.45 -
YUV 79.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 100 74 53 0 0.26 0.47 0.61 26.81 0.31 0.3
Hex 64 4A 35 0 1A 2F 3D 1B 1F 1E
Octal 144 112 65 0 32 57 75 33 37 36
Binary 1100100 1001010 110101 0 11010 101111 111101 11011 11111 11110

Color Harmonies of #644A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A35

Black with #644A35

Text Example


Text Example

White with #644A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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