#654935

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

Shades of Jambalaya #654935

Tints of Jambalaya #654935

Color information

#654935 (or 0x654935) is unknown color: approx Jambalaya. HEX triplet: 65, 49 and 35. RGB value is (101,73,53). Sum of RGB (Red+Green+Blue) = 101+73+53=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654935 is #9AB6CA. Grayscale: #4F4F4F. Windows color (decimal): -10139339 or 3492197. OLE color: 3492197.

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

Color convert

RGB1017353-
CMYK00.280.480.60
HSL25º31.17%30.2%-
HSV(B)25º47.52%39.61%-
XYZ8.397.794.43-
YUV79.09113.28143.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=44.49%
G=32.16%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101735300.280.480.602531.1730.2
Hex65493501C303C191f1e
Octal145111650346074313736
Binary11001011001001110101011100110000111100110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654935; }

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

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

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

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

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

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

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

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