#654E3B

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

Shades of Jambalaya #654E3B

Tints of Jambalaya #654E3B

Color information

#654E3B (or 0x654E3B) is unknown color: approx Jambalaya. HEX triplet: 65, 4E and 3B. RGB value is (101,78,59). Sum of RGB (Red+Green+Blue) = 101+78+59=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3B is #9AB1C4. Grayscale: #525252. Windows color (decimal): -10138053 or 3886693. OLE color: 3886693.

HSL color Cylindrical-coordinate representation of color #654E3B: hue angle of 27.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #654E3B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1017859-
CMYK00.230.420.60
HSL27.14º26.25%31.37%-
HSV(B)27.14º41.58%39.61%-
XYZ8.888.535.32-
YUV82.71114.62141.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=42.44%
G=32.77%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101785900.230.420.6027.1426.2531.37
Hex654E3B0172A3C1b1a1f
Octal145116730275274333237
Binary11001011001110111011010111101010111100110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654E3B; }

 p { color: rgb(101,78,59); }

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

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

 a { background-color: rgb(101,78,59); }

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

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

 span { border-color: rgb(101,78,59); }

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