#634939

Color #634939 Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #634939

Tints of Jambalaya #634939

Color information

#634939 (or 0x634939) is unknown color: approx Jambalaya. HEX triplet: 63, 49 and 39. RGB value is (99,73,57). Sum of RGB (Red+Green+Blue) = 99+73+57=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634939 is #9CB6C6. Grayscale: #4F4F4F. Windows color (decimal): -10270407 or 3754339. OLE color: 3754339.

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

Color convert

RGB997357-
CMYK00.260.420.61
HSL22.86º26.92%30.59%-
HSV(B)22.86º42.42%38.82%-
XYZ8.277.714.92-
YUV78.95115.61142.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=43.23%
G=31.88%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99735700.260.420.6122.8626.9230.59
Hex63493901A2A3D171b1f
Octal143111710325275273337
Binary11000111001001111001011010101010111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634939; }

 p { color: rgb(99,73,57); }

 H1.HeaderClassName
 {
   color: #634939;
 }
 .AnyTagClassName
 {
   color: #634939;
 }
</style>
background-color css

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

 a { background-color: rgb(99,73,57); }

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

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

 span { border-color: rgb(99,73,57); }

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