#654532

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

Shades of Jambalaya #654532

Tints of Jambalaya #654532

Color information

#654532 (or 0x654532) is unknown color: approx Jambalaya. HEX triplet: 65, 45 and 32. RGB value is (101,69,50). Sum of RGB (Red+Green+Blue) = 101+69+50=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654532 is #9ABACD. Grayscale: #4C4C4C. Windows color (decimal): -10140366 or 3294565. OLE color: 3294565.

HSL color Cylindrical-coordinate representation of color #654532: hue angle of 22.35º 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 #654532 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1016950-
CMYK00.320.500.60
HSL22.35º33.77%29.61%-
HSV(B)22.35º50.5%39.61%-
XYZ8.077.253.99-
YUV76.4113.1145.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=45.91%
G=31.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101695000.320.500.6022.3533.7729.61
Hex654532020323C16221e
Octal145105620406274264236
Binary1100101100010111001001000001100101111001011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654532; }

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

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

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

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

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

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

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

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