#634832

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

Shades of Jambalaya #634832

Tints of Jambalaya #634832

Color information

#634832 (or 0x634832) is unknown color: approx Jambalaya. HEX triplet: 63, 48 and 32. RGB value is (99,72,50). Sum of RGB (Red+Green+Blue) = 99+72+50=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634832 is #9CB7CD. Grayscale: #4D4D4D. Windows color (decimal): -10270670 or 3295331. OLE color: 3295331.

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

Color convert

RGB997250-
CMYK00.270.490.61
HSL26.94º32.89%29.22%-
HSV(B)26.94º49.49%38.82%-
XYZ8.047.524.04-
YUV77.56112.45143.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=44.80%
G=32.58%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99725000.270.490.6126.9432.8929.22
Hex63483201B313D1b211d
Octal143110620336175334135
Binary110001110010001100100110111100011111011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634832; }

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

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

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

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

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

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

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

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