Html Css Color HEX #664141 Sanguine Brown

📋 copy color: '#664141'

red 102 ◦ green 65 ◦ blue 65

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

Shades of Sanguine Brown #664141

Tints of Sanguine Brown #664141

RGB

 RED value IS 102 (40.23% from 255) = 43.97%

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

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

R = 43.97%
G = 28.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#664141 (or 0x664141) is known color: Sanguine Brown. HEX triplet: 66, 41 and 41. RGB value is (102,65,65). Sum of RGB (Red+Green+Blue) = 102+65+65=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664141 is #99BEBE. Grayscale: #4C4C4C. Windows color (decimal): -10075839 or 4276582. OLE color: 4276582.

HSL color Cylindrical-coordinate representation of color #664141: 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 #664141 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 65 -
CMYK 0 0.36 0.36 0.6
HSL 0.22% 0.33% -
HSV(B) 0.36% 0.4% -
XYZ 8.32 6.99 5.91 -
YUV 76.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 102 65 65 0 0.36 0.36 0.6 0 0.22 0.33
Hex 66 41 41 0 24 24 3C 0 16 21
Octal 146 101 101 0 44 44 74 0 26 41
Binary 1100110 1000001 1000001 0 100100 100100 111100 0 10110 100001

Color Harmonies of #664141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664141

Black with #664141

Text Example


Text Example

White with #664141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664141; }

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

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

background-color css

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

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

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

border-color css

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

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

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