Html Css Color HEX #663D3D Sanguine Brown

📋 copy color: '#663D3D'

red 102 ◦ green 61 ◦ blue 61

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

Shades of Sanguine Brown #663D3D

Tints of Sanguine Brown #663D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 45.54%
G = 27.23%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#663D3D (or 0x663D3D) is known color: Sanguine Brown. HEX triplet: 66, 3D and 3D. RGB value is (102,61,61). Sum of RGB (Red+Green+Blue) = 102+61+61=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3D is #99C2C2. Grayscale: #494949. Windows color (decimal): -10076867 or 4013414. OLE color: 4013414.

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

Color convert

RGB 102 61 61 -
CMYK 0 0.40 0.40 0.6
HSL 0.25% 0.32% -
HSV(B) 0.4% 0.4% -
XYZ 7.99 6.5 5.25 -
YUV 73.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 102 61 61 0 0.40 0.40 0.6 0 0.25 0.32
Hex 66 3D 3D 0 28 28 3C 0 19 20
Octal 146 75 75 0 50 50 74 0 31 40
Binary 1100110 111101 111101 0 101000 101000 111100 0 11001 100000

Color Harmonies of #663D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D3D

Black with #663D3D

Text Example


Text Example

White with #663D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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