Html Css Color HEX #663F3C Sanguine Brown

📋 copy color: '#663F3C'

red 102 ◦ green 63 ◦ blue 60

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

Shades of Sanguine Brown #663F3C

Tints of Sanguine Brown #663F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 28%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 45.33%
G = 28%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#663F3C (or 0x663F3C) is known color: Sanguine Brown. HEX triplet: 66, 3F and 3C. RGB value is (102,63,60). Sum of RGB (Red+Green+Blue) = 102+63+60=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F3C is #99C0C3. Grayscale: #4A4A4A. Windows color (decimal): -10076356 or 3948390. OLE color: 3948390.

HSL color Cylindrical-coordinate representation of color #663F3C: hue angle of 4.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663F3C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 60 -
CMYK 0 0.38 0.41 0.6
HSL 4.29º 0.26% 0.32% -
HSV(B) 4.29º 0.41% 0.4% -
XYZ 8.07 6.71 5.14 -
YUV 74.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 102 63 60 0 0.38 0.41 0.6 4.29 0.26 0.32
Hex 66 3F 3C 0 26 29 3C 4 1A 20
Octal 146 77 74 0 46 51 74 4 32 40
Binary 1100110 111111 111100 0 100110 101001 111100 100 11010 100000

Color Harmonies of #663F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F3C

Black with #663F3C

Text Example


Text Example

White with #663F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F3C; }

 p { color: rgb(102,63,60); }

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

background-color css

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

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

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

border-color css

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

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

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