Html Css Color HEX #654635 Jambalaya

📋 copy color: '#654635'

red 101 ◦ green 70 ◦ blue 53

#654635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jambalaya #654635

Tints of Jambalaya #654635

RGB

 RED value IS 101 (39.84% from 255) = 45.09%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 45.09%
G = 31.25%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#654635 (or 0x654635) is known color: Jambalaya. HEX triplet: 65, 46 and 35. RGB value is (101,70,53). Sum of RGB (Red+Green+Blue) = 101+70+53=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654635 is #9AB9CA. Grayscale: #4D4D4D. Windows color (decimal): -10140107 or 3491429. OLE color: 3491429.

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

Color convert

RGB 101 70 53 -
CMYK 0 0.31 0.48 0.60
HSL 21.25º 0.31% 0.3% -
HSV(B) 21.25º 0.48% 0.4% -
XYZ 8.2 7.4 4.37 -
YUV 77.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 101 70 53 0 0.31 0.48 0.60 21.25 0.31 0.3
Hex 65 46 35 0 1F 30 3C 15 1F 1E
Octal 145 106 65 0 37 60 74 25 37 36
Binary 1100101 1000110 110101 0 11111 110000 111100 10101 11111 11110

Color Harmonies of #654635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654635

Black with #654635

Text Example


Text Example

White with #654635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654635; }

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

 H1.HeaderClassName
 {
   color: #654635;
 }
 .AnyTagClassName
 {
   color: #654635;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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