Html Css Color HEX #664241 Sanguine Brown

📋 copy color: '#664241'

red 102 ◦ green 66 ◦ blue 65

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

Shades of Sanguine Brown #664241

Tints of Sanguine Brown #664241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 43.78%
G = 28.33%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#664241 (or 0x664241) is known color: Sanguine Brown. HEX triplet: 66, 42 and 41. RGB value is (102,66,65). Sum of RGB (Red+Green+Blue) = 102+66+65=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #664241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664241 is #99BDBE. Grayscale: #4C4C4C. Windows color (decimal): -10075583 or 4276838. OLE color: 4276838.

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

Color convert

RGB 102 66 65 -
CMYK 0 0.35 0.36 0.6
HSL 1.62º 0.22% 0.33% -
HSV(B) 1.62º 0.36% 0.4% -
XYZ 8.38 7.1 5.93 -
YUV 76.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 102 66 65 0 0.35 0.36 0.6 1.62 0.22 0.33
Hex 66 42 41 0 23 24 3C 2 16 21
Octal 146 102 101 0 43 44 74 2 26 41
Binary 1100110 1000010 1000001 0 100011 100100 111100 10 10110 100001

Color Harmonies of #664241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664241

Black with #664241

Text Example


Text Example

White with #664241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664241; }

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

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

background-color css

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

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

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

border-color css

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

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

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