#654533

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

Shades of Jambalaya #654533

Tints of Jambalaya #654533

Color information

#654533 (or 0x654533) is unknown color: approx Jambalaya. HEX triplet: 65, 45 and 33. RGB value is (101,69,51). Sum of RGB (Red+Green+Blue) = 101+69+51=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654533 is #9ABACC. Grayscale: #4C4C4C. Windows color (decimal): -10140365 or 3360101. OLE color: 3360101.

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

Color convert

RGB1016951-
CMYK00.320.500.60
HSL21.6º32.89%29.8%-
HSV(B)21.6º49.5%39.61%-
XYZ8.097.264.11-
YUV76.52113.6145.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=45.70%
G=31.22%
B=23.08%

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
Decimal101695100.320.500.6021.632.8929.8
Hex654533020323C16211e
Octal145105630406274264136
Binary1100101100010111001101000001100101111001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654533; }

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

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

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

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

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

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

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

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