#683C1F

Color #683C1F Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #683C1F

Tints of Semi-Sweet Chocolate #683C1F

Color information

#683C1F (or 0x683C1F) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 3C and 1F. RGB value is (104,60,31). Sum of RGB (Red+Green+Blue) = 104+60+31=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C1F is #97C3E0. Grayscale: #464646. Windows color (decimal): -9946081 or 2047080. OLE color: 2047080.

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

Color convert

RGB1046031-
CMYK00.420.700.59
HSL23.84º54.07%26.47%-
HSV(B)23.84º70.19%40.78%-
XYZ7.576.272.11-
YUV69.85106.08152.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=53.33%
G=30.77%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104603100.420.700.5923.8454.0726.47
Hex683C1F02A463B18361a
Octal150743705210673306632
Binary110100011110011111010101010001101110111100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,60,31); }

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

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

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

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

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

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

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