#634B3A

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

Shades of Jambalaya #634B3A

Tints of Jambalaya #634B3A

Color information

#634B3A (or 0x634B3A) is unknown color: approx Jambalaya. HEX triplet: 63, 4B and 3A. RGB value is (99,75,58). Sum of RGB (Red+Green+Blue) = 99+75+58=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B3A is #9CB4C5. Grayscale: #505050. Windows color (decimal): -10269894 or 3820387. OLE color: 3820387.

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

Color convert

RGB997558-
CMYK00.240.410.61
HSL24.88º26.11%30.78%-
HSV(B)24.88º41.41%38.82%-
XYZ8.437.995.1-
YUV80.24115.45141.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 58 (23.05% from 255) = 25%
R=42.67%
G=32.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99755800.240.410.6124.8826.1130.78
Hex634B3A018293D191a1f
Octal143113720305175313237
Binary11000111001011111010011000101001111101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,58); }

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

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

 a { background-color: rgb(99,75,58); }

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

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

 span { border-color: rgb(99,75,58); }

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