#634A3C

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

Shades of Jambalaya #634A3C

Tints of Jambalaya #634A3C

Color information

#634A3C (or 0x634A3C) is unknown color: approx Jambalaya. HEX triplet: 63, 4A and 3C. RGB value is (99,74,60). Sum of RGB (Red+Green+Blue) = 99+74+60=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3C is #9CB5C3. Grayscale: #4F4F4F. Windows color (decimal): -10270148 or 3951203. OLE color: 3951203.

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

Color convert

RGB997460-
CMYK00.250.390.61
HSL21.54º24.53%31.18%-
HSV(B)21.54º39.39%38.82%-
XYZ8.417.885.35-
YUV79.88116.78141.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=42.49%
G=31.76%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99746000.250.390.6121.5424.5331.18
Hex634A3C019273D16191f
Octal143112740314775263137
Binary11000111001010111100011001100111111101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A3C; }

 p { color: rgb(99,74,60); }

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

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

 a { background-color: rgb(99,74,60); }

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

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

 span { border-color: rgb(99,74,60); }

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