#634532

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

Shades of Jambalaya #634532

Tints of Jambalaya #634532

Color information

#634532 (or 0x634532) is unknown color: approx Jambalaya. HEX triplet: 63, 45 and 32. RGB value is (99,69,50). Sum of RGB (Red+Green+Blue) = 99+69+50=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634532 is #9CBACD. Grayscale: #4B4B4B. Windows color (decimal): -10271438 or 3294563. OLE color: 3294563.

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

Color convert

RGB996950-
CMYK00.300.490.61
HSL23.27º32.89%29.22%-
HSV(B)23.27º49.49%38.82%-
XYZ7.857.143.98-
YUV75.8113.44144.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=45.41%
G=31.65%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99695000.300.490.6123.2732.8929.22
Hex63453201E313D17211d
Octal143105620366175274135
Binary110001110001011100100111101100011111011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634532; }

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

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

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

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

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

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

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

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