#654F3A

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

Shades of Jambalaya #654F3A

Tints of Jambalaya #654F3A

Color information

#654F3A (or 0x654F3A) is unknown color: approx Jambalaya. HEX triplet: 65, 4F and 3A. RGB value is (101,79,58). Sum of RGB (Red+Green+Blue) = 101+79+58=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #654F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F3A is #9AB0C5. Grayscale: #535353. Windows color (decimal): -10137798 or 3821413. OLE color: 3821413.

HSL color Cylindrical-coordinate representation of color #654F3A: hue angle of 29.3º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #654F3A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1017958-
CMYK00.220.430.60
HSL29.3º27.04%31.18%-
HSV(B)29.3º42.57%39.61%-
XYZ8.938.665.2-
YUV83.18113.79140.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=42.44%
G=33.19%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101795800.220.430.6029.327.0431.18
Hex654F3A0162B3C1d1b1f
Octal145117720265374353337
Binary11001011001111111010010110101011111100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,79,58); }

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

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

 a { background-color: rgb(101,79,58); }

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

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

 span { border-color: rgb(101,79,58); }

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