Html Css Color HEX #663C38 Sanguine Brown

📋 copy color: '#663C38'

red 102 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #663C38

Tints of Sanguine Brown #663C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 46.79%
G = 27.52%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663C38 (or 0x663C38) is known color: Sanguine Brown. HEX triplet: 66, 3C and 38. RGB value is (102,60,56). Sum of RGB (Red+Green+Blue) = 102+60+56=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #663C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C38 is #99C3C7. Grayscale: #484848. Windows color (decimal): -10077128 or 3685478. OLE color: 3685478.

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

Color convert

RGB 102 60 56 -
CMYK 0 0.41 0.45 0.6
HSL 5.22º 0.29% 0.31% -
HSV(B) 5.22º 0.45% 0.4% -
XYZ 7.81 6.34 4.55 -
YUV 72.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 102 60 56 0 0.41 0.45 0.6 5.22 0.29 0.31
Hex 66 3C 38 0 29 2D 3C 5 1D 1F
Octal 146 74 70 0 51 55 74 5 35 37
Binary 1100110 111100 111000 0 101001 101101 111100 101 11101 11111

Color Harmonies of #663C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C38

Black with #663C38

Text Example


Text Example

White with #663C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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