#654934

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

Shades of Jambalaya #654934

Tints of Jambalaya #654934

Color information

#654934 (or 0x654934) is unknown color: approx Jambalaya. HEX triplet: 65, 49 and 34. RGB value is (101,73,52). Sum of RGB (Red+Green+Blue) = 101+73+52=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #654934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654934 is #9AB6CB. Grayscale: #4F4F4F. Windows color (decimal): -10139340 or 3426661. OLE color: 3426661.

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

Color convert

RGB1017352-
CMYK00.280.490.60
HSL25.71º32.03%30%-
HSV(B)25.71º48.51%39.61%-
XYZ8.377.784.31-
YUV78.98112.78143.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=44.69%
G=32.30%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101735200.280.490.6025.7132.0330
Hex65493401C313C1a201e
Octal145111640346174324036
Binary110010110010011101000111001100011111001101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654934; }

 p { color: rgb(101,73,52); }

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

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

 a { background-color: rgb(101,73,52); }

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

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

 span { border-color: rgb(101,73,52); }

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