#634638

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

Shades of Jambalaya #634638

Tints of Jambalaya #634638

Color information

#634638 (or 0x634638) is unknown color: approx Jambalaya. HEX triplet: 63, 46 and 38. RGB value is (99,70,56). Sum of RGB (Red+Green+Blue) = 99+70+56=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #634638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634638 is #9CB9C7. Grayscale: #4D4D4D. Windows color (decimal): -10271176 or 3688035. OLE color: 3688035.

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

Color convert

RGB997056-
CMYK00.290.430.61
HSL19.53º27.74%30.39%-
HSV(B)19.53º43.43%38.82%-
XYZ8.057.324.73-
YUV77.08116.11143.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=44%
G=31.11%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99705600.290.430.6119.5327.7430.39
Hex63463801D2B3D141c1e
Octal143106700355375243436
Binary11000111000110111000011101101011111101101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634638; }

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

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

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

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

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

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

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

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