#634634

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

Shades of Jambalaya #634634

Tints of Jambalaya #634634

Color information

#634634 (or 0x634634) is unknown color: approx Jambalaya. HEX triplet: 63, 46 and 34. RGB value is (99,70,52). Sum of RGB (Red+Green+Blue) = 99+70+52=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634634 is #9CB9CB. Grayscale: #4C4C4C. Windows color (decimal): -10271180 or 3425891. OLE color: 3425891.

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

Color convert

RGB997052-
CMYK00.290.470.61
HSL22.98º31.13%29.61%-
HSV(B)22.98º47.47%38.82%-
XYZ7.967.284.23-
YUV76.62114.11143.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=44.80%
G=31.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99705200.290.470.6122.9831.1329.61
Hex63463401D2F3D171f1e
Octal143106640355775273736
Binary11000111000110110100011101101111111101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634634; }

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

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

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

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

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

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

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

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