#634734

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

Shades of Jambalaya #634734

Tints of Jambalaya #634734

Color information

#634734 (or 0x634734) is unknown color: approx Jambalaya. HEX triplet: 63, 47 and 34. RGB value is (99,71,52). Sum of RGB (Red+Green+Blue) = 99+71+52=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #634734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634734 is #9CB8CB. Grayscale: #4D4D4D. Windows color (decimal): -10270924 or 3426147. OLE color: 3426147.

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

Color convert

RGB997152-
CMYK00.280.470.61
HSL24.26º31.13%29.61%-
HSV(B)24.26º47.47%38.82%-
XYZ8.027.414.26-
YUV77.21113.78143.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=44.59%
G=31.98%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99715200.280.470.6124.2631.1329.61
Hex63473401C2F3D181f1e
Octal143107640345775303736
Binary11000111000111110100011100101111111101110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634734; }

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

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

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

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

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

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

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

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