#634432

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

Shades of Jambalaya #634432

Tints of Jambalaya #634432

Color information

#634432 (or 0x634432) is unknown color: approx Jambalaya. HEX triplet: 63, 44 and 32. RGB value is (99,68,50). Sum of RGB (Red+Green+Blue) = 99+68+50=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #634432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634432 is #9CBBCD. Grayscale: #4B4B4B. Windows color (decimal): -10271694 or 3294307. OLE color: 3294307.

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

Color convert

RGB996850-
CMYK00.310.490.61
HSL22.04º32.89%29.22%-
HSV(B)22.04º49.49%38.82%-
XYZ7.797.023.96-
YUV75.22113.77144.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=45.62%
G=31.34%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99685000.310.490.6122.0432.8929.22
Hex63443201F313D16211d
Octal143104620376175264135
Binary110001110001001100100111111100011111011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634432; }

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

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

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

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

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

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

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

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