#634735

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

Shades of Jambalaya #634735

Tints of Jambalaya #634735

Color information

#634735 (or 0x634735) is unknown color: approx Jambalaya. HEX triplet: 63, 47 and 35. RGB value is (99,71,53). Sum of RGB (Red+Green+Blue) = 99+71+53=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634735 is #9CB8CA. Grayscale: #4D4D4D. Windows color (decimal): -10270923 or 3491683. OLE color: 3491683.

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

Color convert

RGB997153-
CMYK00.280.460.61
HSL23.48º30.26%29.8%-
HSV(B)23.48º46.46%38.82%-
XYZ8.047.424.38-
YUV77.32114.28143.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=44.39%
G=31.84%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99715300.280.460.6123.4830.2629.8
Hex63473501C2E3D171e1e
Octal143107650345675273636
Binary11000111000111110101011100101110111101101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634735; }

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

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

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

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

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

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

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

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