#634435

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

Shades of Jambalaya #634435

Tints of Jambalaya #634435

Color information

#634435 (or 0x634435) is unknown color: approx Jambalaya. HEX triplet: 63, 44 and 35. RGB value is (99,68,53). Sum of RGB (Red+Green+Blue) = 99+68+53=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634435 is #9CBBCA. Grayscale: #4B4B4B. Windows color (decimal): -10271691 or 3490915. OLE color: 3490915.

HSL color Cylindrical-coordinate representation of color #634435: hue angle of 19.57º 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 #634435 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB996853-
CMYK00.310.460.61
HSL19.57º30.26%29.8%-
HSV(B)19.57º46.46%38.82%-
XYZ7.867.044.31-
YUV75.56115.27144.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=45%
G=30.91%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99685300.310.460.6119.5730.2629.8
Hex63443501F2E3D141e1e
Octal143104650375675243636
Binary11000111000100110101011111101110111101101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634435; }

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

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

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

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

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

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

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

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