#634938

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

Shades of Jambalaya #634938

Tints of Jambalaya #634938

Color information

#634938 (or 0x634938) is unknown color: approx Jambalaya. HEX triplet: 63, 49 and 38. RGB value is (99,73,56). Sum of RGB (Red+Green+Blue) = 99+73+56=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634938 is #9CB6C7. Grayscale: #4E4E4E. Windows color (decimal): -10270408 or 3688803. OLE color: 3688803.

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

Color convert

RGB997356-
CMYK00.260.430.61
HSL23.72º27.74%30.39%-
HSV(B)23.72º43.43%38.82%-
XYZ8.247.74.79-
YUV78.84115.11142.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=43.42%
G=32.02%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99735600.260.430.6123.7227.7430.39
Hex63493801A2B3D181c1e
Octal143111700325375303436
Binary11000111001001111000011010101011111101110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634938; }

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

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

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

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

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

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

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

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