#683F3F

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

Shades of Sanguine Brown #683F3F

Tints of Sanguine Brown #683F3F

Color information

#683F3F (or 0x683F3F) is unknown color: approx Sanguine Brown. HEX triplet: 68, 3F and 3F. RGB value is (104,63,63). Sum of RGB (Red+Green+Blue) = 104+63+63=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F3F is #97C0C0. Grayscale: #4B4B4B. Windows color (decimal): -9945281 or 4145000. OLE color: 4145000.

HSL color Cylindrical-coordinate representation of color #683F3F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F3F is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1046363-
CMYK00.390.390.59
HSL24.55%32.75%-
HSV(B)39.42%40.78%-
XYZ8.386.865.58-
YUV75.26121.08148.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 63 (25% from 255) = 27.39%
R=45.22%
G=27.39%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104636300.390.390.59024.5532.75
Hex683F3F027273B01921
Octal1507777047477303141
Binary11010001111111111110100111100111111011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683F3F; }

 p { color: rgb(104,63,63); }

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

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

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

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

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

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

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