#683D3E

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

Shades of Tosca #683D3E

Tints of Tosca #683D3E

Color information

#683D3E (or 0x683D3E) is unknown color: approx Tosca. HEX triplet: 68, 3D and 3E. RGB value is (104,61,62). Sum of RGB (Red+Green+Blue) = 104+61+62=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #683D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D3E is #97C2C1. Grayscale: #4A4A4A. Windows color (decimal): -9945794 or 4078952. OLE color: 4078952.

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

Color convert

RGB1046162-
CMYK00.410.400.59
HSL358.6º26.06%32.35%-
HSV(B)358.6º41.35%40.78%-
XYZ8.256.635.4-
YUV73.97121.25149.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=45.81%
G=26.87%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104616200.410.400.59358.626.0632.35
Hex683D3E029283B1671a20
Octal150757605150735473240
Binary1101000111101111110010100110100011101110110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,61,62); }

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

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

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

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

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

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

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