#663935

Color #663935 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #663935

Tints of Sanguine Brown #663935

Color information

#663935 (or 0x663935) is unknown color: approx Sanguine Brown. HEX triplet: 66, 39 and 35. RGB value is (102,57,53). Sum of RGB (Red+Green+Blue) = 102+57+53=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663935 is #99C6CA. Grayscale: #464646. Windows color (decimal): -10077899 or 3488102. OLE color: 3488102.

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

Color convert

RGB1025753-
CMYK00.440.480.6
HSL4.9º31.61%30.39%-
HSV(B)4.9º48.04%40%-
XYZ7.596.014.13-
YUV70118.41150.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 53 (21.09% from 255) = 25%
R=48.11%
G=26.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102575300.440.480.64.931.6130.39
Hex66393502C303C5201e
Octal1467165054607454036
Binary1100110111001110101010110011000011110010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663935; }

 p { color: rgb(102,57,53); }

 H1.HeaderClassName
 {
   color: #663935;
 }
 .AnyTagClassName
 {
   color: #663935;
 }
</style>
background-color css

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

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

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

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

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

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