#654B35

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

Shades of Jambalaya #654B35

Tints of Jambalaya #654B35

Color information

#654B35 (or 0x654B35) is unknown color: approx Jambalaya. HEX triplet: 65, 4B and 35. RGB value is (101,75,53). Sum of RGB (Red+Green+Blue) = 101+75+53=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #654B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B35 is #9AB4CA. Grayscale: #505050. Windows color (decimal): -10138827 or 3492709. OLE color: 3492709.

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

Color convert

RGB1017553-
CMYK00.260.480.60
HSL27.5º31.17%30.2%-
HSV(B)27.5º47.52%39.61%-
XYZ8.538.064.47-
YUV80.27112.61142.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=44.10%
G=32.75%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101755300.260.480.6027.531.1730.2
Hex654B3501A303C1c1f1e
Octal145113650326074343736
Binary11001011001011110101011010110000111100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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