#634433

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

Shades of Jambalaya #634433

Tints of Jambalaya #634433

Color information

#634433 (or 0x634433) is unknown color: approx Jambalaya. HEX triplet: 63, 44 and 33. RGB value is (99,68,51). Sum of RGB (Red+Green+Blue) = 99+68+51=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634433 is #9CBBCC. Grayscale: #4B4B4B. Windows color (decimal): -10271693 or 3359843. OLE color: 3359843.

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

Color convert

RGB996851-
CMYK00.310.480.61
HSL21.25º32%29.41%-
HSV(B)21.25º48.48%38.82%-
XYZ7.817.034.08-
YUV75.33114.27144.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=45.41%
G=31.19%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99685100.310.480.6121.253229.41
Hex63443301F303D15201d
Octal143104630376075254035
Binary110001110001001100110111111100001111011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634433; }

 p { color: rgb(99,68,51); }

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

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

 a { background-color: rgb(99,68,51); }

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

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

 span { border-color: rgb(99,68,51); }

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