#634738

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

Shades of Jambalaya #634738

Tints of Jambalaya #634738

Color information

#634738 (or 0x634738) is unknown color: approx Jambalaya. HEX triplet: 63, 47 and 38. RGB value is (99,71,56). Sum of RGB (Red+Green+Blue) = 99+71+56=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #634738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634738 is #9CB8C7. Grayscale: #4D4D4D. Windows color (decimal): -10270920 or 3688291. OLE color: 3688291.

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

Color convert

RGB997156-
CMYK00.280.430.61
HSL20.93º27.74%30.39%-
HSV(B)20.93º43.43%38.82%-
XYZ8.117.444.75-
YUV77.66115.78143.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=43.81%
G=31.42%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99715600.280.430.6120.9327.7430.39
Hex63473801C2B3D151c1e
Octal143107700345375253436
Binary11000111000111111000011100101011111101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634738; }

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

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

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

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

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

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

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

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