#684126

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

Shades of Semi-Sweet Chocolate #684126

Tints of Semi-Sweet Chocolate #684126

Color information

#684126 (or 0x684126) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 41 and 26. RGB value is (104,65,38). Sum of RGB (Red+Green+Blue) = 104+65+38=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #684126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684126 is #97BED9. Grayscale: #494949. Windows color (decimal): -9944794 or 2507112. OLE color: 2507112.

HSL color Cylindrical-coordinate representation of color #684126: hue angle of 24.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684126 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1046538-
CMYK00.380.630.59
HSL24.55º46.48%27.84%-
HSV(B)24.55º63.46%40.78%-
XYZ7.956.862.74-
YUV73.58107.92149.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=50.24%
G=31.40%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104653800.380.630.5924.5546.4827.84
Hex6841260263F3B192e1c
Octal150101460467773315634
Binary1101000100000110011001001101111111110111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684126; }

 p { color: rgb(104,65,38); }

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

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

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

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

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

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

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