#654D38

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

Shades of Jambalaya #654D38

Tints of Jambalaya #654D38

Color information

#654D38 (or 0x654D38) is unknown color: approx Jambalaya. HEX triplet: 65, 4D and 38. RGB value is (101,77,56). Sum of RGB (Red+Green+Blue) = 101+77+56=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #654D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D38 is #9AB2C7. Grayscale: #515151. Windows color (decimal): -10138312 or 3689829. OLE color: 3689829.

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

Color convert

RGB1017756-
CMYK00.240.450.60
HSL28º28.66%30.78%-
HSV(B)28º44.55%39.61%-
XYZ8.738.364.89-
YUV81.78113.45141.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=43.16%
G=32.91%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101775600.240.450.602828.6630.78
Hex654D380182D3C1c1d1f
Octal145115700305574343537
Binary11001011001101111000011000101101111100111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,56); }

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

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

 a { background-color: rgb(101,77,56); }

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

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

 span { border-color: rgb(101,77,56); }

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