Html Css Color HEX #654141 Sanguine Brown

📋 copy color: '#654141'

red 101 ◦ green 65 ◦ blue 65

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

Shades of Sanguine Brown #654141

Tints of Sanguine Brown #654141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 43.72%
G = 28.14%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#654141 (or 0x654141) is known color: Sanguine Brown. HEX triplet: 65, 41 and 41. RGB value is (101,65,65). Sum of RGB (Red+Green+Blue) = 101+65+65=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654141 is #9ABEBE. Grayscale: #4B4B4B. Windows color (decimal): -10141375 or 4276581. OLE color: 4276581.

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

Color convert

RGB 101 65 65 -
CMYK 0 0.36 0.36 0.60
HSL 0.22% 0.33% -
HSV(B) 0.36% 0.4% -
XYZ 8.21 6.93 5.91 -
YUV 75.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 101 65 65 0 0.36 0.36 0.60 0 0.22 0.33
Hex 65 41 41 0 24 24 3C 0 16 21
Octal 145 101 101 0 44 44 74 0 26 41
Binary 1100101 1000001 1000001 0 100100 100100 111100 0 10110 100001

Color Harmonies of #654141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654141

Black with #654141

Text Example


Text Example

White with #654141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654141; }

 p { color: rgb(101,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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