#634536

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

Shades of Jambalaya #634536

Tints of Jambalaya #634536

Color information

#634536 (or 0x634536) is unknown color: approx Jambalaya. HEX triplet: 63, 45 and 36. RGB value is (99,69,54). Sum of RGB (Red+Green+Blue) = 99+69+54=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #634536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634536 is #9CBAC9. Grayscale: #4C4C4C. Windows color (decimal): -10271434 or 3556707. OLE color: 3556707.

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

Color convert

RGB996954-
CMYK00.300.450.61
HSL20º29.41%30%-
HSV(B)20º45.45%38.82%-
XYZ7.947.184.46-
YUV76.26115.44144.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=44.59%
G=31.08%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99695400.300.450.612029.4130
Hex63453601E2D3D141d1e
Octal143105660365575243536
Binary11000111000101110110011110101101111101101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634536; }

 p { color: rgb(99,69,54); }

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

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

 a { background-color: rgb(99,69,54); }

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

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

 span { border-color: rgb(99,69,54); }

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