#634D38

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

Shades of Jambalaya #634D38

Tints of Jambalaya #634D38

Color information

#634D38 (or 0x634D38) is unknown color: approx Jambalaya. HEX triplet: 63, 4D and 38. RGB value is (99,77,56). Sum of RGB (Red+Green+Blue) = 99+77+56=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D38 is #9CB2C7. Grayscale: #515151. Windows color (decimal): -10269384 or 3689827. OLE color: 3689827.

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

Color convert

RGB997756-
CMYK00.220.430.61
HSL29.3º27.74%30.39%-
HSV(B)29.3º43.43%38.82%-
XYZ8.518.254.88-
YUV81.18113.79140.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=42.67%
G=33.19%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99775600.220.430.6129.327.7430.39
Hex634D380162B3D1d1c1e
Octal143115700265375353436
Binary11000111001101111000010110101011111101111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D38; }

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

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

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

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

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

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

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

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