#654932

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

Shades of Jambalaya #654932

Tints of Jambalaya #654932

Color information

#654932 (or 0x654932) is unknown color: approx Jambalaya. HEX triplet: 65, 49 and 32. RGB value is (101,73,50). Sum of RGB (Red+Green+Blue) = 101+73+50=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654932 is #9AB6CD. Grayscale: #4E4E4E. Windows color (decimal): -10139342 or 3295589. OLE color: 3295589.

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

Color convert

RGB1017350-
CMYK00.280.500.60
HSL27.06º33.77%29.61%-
HSV(B)27.06º50.5%39.61%-
XYZ8.337.764.08-
YUV78.75111.78143.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=45.09%
G=32.59%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101735000.280.500.6027.0633.7729.61
Hex65493201C323C1b221e
Octal145111620346274334236
Binary110010110010011100100111001100101111001101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654932; }

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

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

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

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

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

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

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

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