#634935

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

Shades of Jambalaya #634935

Tints of Jambalaya #634935

Color information

#634935 (or 0x634935) is unknown color: approx Jambalaya. HEX triplet: 63, 49 and 35. RGB value is (99,73,53). Sum of RGB (Red+Green+Blue) = 99+73+53=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #634935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634935 is #9CB6CA. Grayscale: #4E4E4E. Windows color (decimal): -10270411 or 3492195. OLE color: 3492195.

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

Color convert

RGB997353-
CMYK00.260.460.61
HSL26.09º30.26%29.8%-
HSV(B)26.09º46.46%38.82%-
XYZ8.177.674.42-
YUV78.49113.61142.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=44%
G=32.44%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99735300.260.460.6126.0930.2629.8
Hex63493501A2E3D1a1e1e
Octal143111650325675323636
Binary11000111001001110101011010101110111101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634935; }

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

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

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

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

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

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

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

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