#654B34

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

Shades of Jambalaya #654B34

Tints of Jambalaya #654B34

Color information

#654B34 (or 0x654B34) is unknown color: approx Jambalaya. HEX triplet: 65, 4B and 34. RGB value is (101,75,52). Sum of RGB (Red+Green+Blue) = 101+75+52=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B34 is #9AB4CB. Grayscale: #505050. Windows color (decimal): -10138828 or 3427173. OLE color: 3427173.

HSL color Cylindrical-coordinate representation of color #654B34: hue angle of 28.16º 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 #654B34 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1017552-
CMYK00.260.490.60
HSL28.16º32.03%30%-
HSV(B)28.16º48.51%39.61%-
XYZ8.58.054.35-
YUV80.15112.11142.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=44.30%
G=32.89%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101755200.260.490.6028.1632.0330
Hex654B3401A313C1c201e
Octal145113640326174344036
Binary110010110010111101000110101100011111001110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654B34; }

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

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

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

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

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

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

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

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