#634838

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

Shades of Jambalaya #634838

Tints of Jambalaya #634838

Color information

#634838 (or 0x634838) is unknown color: approx Jambalaya. HEX triplet: 63, 48 and 38. RGB value is (99,72,56). Sum of RGB (Red+Green+Blue) = 99+72+56=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #634838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634838 is #9CB7C7. Grayscale: #4E4E4E. Windows color (decimal): -10270664 or 3688547. OLE color: 3688547.

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

Color convert

RGB997256-
CMYK00.270.430.61
HSL22.33º27.74%30.39%-
HSV(B)22.33º43.43%38.82%-
XYZ8.187.574.77-
YUV78.25115.45142.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=43.61%
G=31.72%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99725600.270.430.6122.3327.7430.39
Hex63483801B2B3D161c1e
Octal143110700335375263436
Binary11000111001000111000011011101011111101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634838; }

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

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

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

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

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

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

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

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