#654A36

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

Shades of Jambalaya #654A36

Tints of Jambalaya #654A36

Color information

#654A36 (or 0x654A36) is unknown color: approx Jambalaya. HEX triplet: 65, 4A and 36. RGB value is (101,74,54). Sum of RGB (Red+Green+Blue) = 101+74+54=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #654A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A36 is #9AB5C9. Grayscale: #4F4F4F. Windows color (decimal): -10139082 or 3557989. OLE color: 3557989.

HSL color Cylindrical-coordinate representation of color #654A36: hue angle of 25.53º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654A36 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1017454-
CMYK00.270.470.60
HSL25.53º30.32%30.39%-
HSV(B)25.53º46.53%39.61%-
XYZ8.487.934.57-
YUV79.79113.45143.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=44.10%
G=32.31%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101745400.270.470.6025.5330.3230.39
Hex654A3601B2F3C1a1e1e
Octal145112660335774323636
Binary11001011001010110110011011101111111100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,74,54); }

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

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

 a { background-color: rgb(101,74,54); }

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

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

 span { border-color: rgb(101,74,54); }

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