Html Css Color HEX #64473C Jambalaya

📋 copy color: '#64473C'

red 100 ◦ green 71 ◦ blue 60

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

Shades of Jambalaya #64473C

Tints of Jambalaya #64473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 43.29%
G = 30.74%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64473C (or 0x64473C) is known color: Jambalaya. HEX triplet: 64, 47 and 3C. RGB value is (100,71,60). Sum of RGB (Red+Green+Blue) = 100+71+60=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #64473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64473C is #9BB8C3. Grayscale: #4E4E4E. Windows color (decimal): -10205380 or 3950436. OLE color: 3950436.

HSL color Cylindrical-coordinate representation of color #64473C: hue angle of 16.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 #64473C is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 71 60 -
CMYK 0 0.29 0.4 0.61
HSL 16.5º 0.25% 0.31% -
HSV(B) 16.5º 0.4% 0.39% -
XYZ 8.32 7.54 5.29 -
YUV 78.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 100 71 60 0 0.29 0.4 0.61 16.5 0.25 0.31
Hex 64 47 3C 0 1D 28 3D 10 19 1F
Octal 144 107 74 0 35 50 75 20 31 37
Binary 1100100 1000111 111100 0 11101 101000 111101 10000 11001 11111

Color Harmonies of #64473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64473C

Black with #64473C

Text Example


Text Example

White with #64473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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