Html Css Color HEX #64493C Jambalaya

📋 copy color: '#64493C'

red 100 ◦ green 73 ◦ blue 60

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

Shades of Jambalaya #64493C

Tints of Jambalaya #64493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 42.92%
G = 31.33%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64493C (or 0x64493C) is known color: Jambalaya. HEX triplet: 64, 49 and 3C. RGB value is (100,73,60). Sum of RGB (Red+Green+Blue) = 100+73+60=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #64493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493C is #9BB6C3. Grayscale: #4F4F4F. Windows color (decimal): -10204868 or 3950948. OLE color: 3950948.

HSL color Cylindrical-coordinate representation of color #64493C: hue angle of 19.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64493C is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 73 60 -
CMYK 0 0.27 0.4 0.61
HSL 19.5º 0.25% 0.31% -
HSV(B) 19.5º 0.4% 0.39% -
XYZ 8.45 7.8 5.34 -
YUV 79.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 100 73 60 0 0.27 0.4 0.61 19.5 0.25 0.31
Hex 64 49 3C 0 1B 28 3D 14 19 1F
Octal 144 111 74 0 33 50 75 24 31 37
Binary 1100100 1001001 111100 0 11011 101000 111101 10100 11001 11111

Color Harmonies of #64493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64493C

Black with #64493C

Text Example


Text Example

White with #64493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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