#654A35

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

Shades of Jambalaya #654A35

Tints of Jambalaya #654A35

Color information

#654A35 (or 0x654A35) is unknown color: approx Jambalaya. HEX triplet: 65, 4A and 35. RGB value is (101,74,53). Sum of RGB (Red+Green+Blue) = 101+74+53=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A35 is #9AB5CA. Grayscale: #4F4F4F. Windows color (decimal): -10139083 or 3492453. OLE color: 3492453.

HSL color Cylindrical-coordinate representation of color #654A35: hue angle of 26.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 #654A35 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1017453-
CMYK00.270.480.60
HSL26.25º31.17%30.2%-
HSV(B)26.25º47.52%39.61%-
XYZ8.467.924.45-
YUV79.68112.95143.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=44.30%
G=32.46%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101745300.270.480.6026.2531.1730.2
Hex654A3501B303C1a1f1e
Octal145112650336074323736
Binary11001011001010110101011011110000111100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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