#684025

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

Shades of Semi-Sweet Chocolate #684025

Tints of Semi-Sweet Chocolate #684025

Color information

#684025 (or 0x684025) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 40 and 25. RGB value is (104,64,37). Sum of RGB (Red+Green+Blue) = 104+64+37=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684025 is #97BFDA. Grayscale: #494949. Windows color (decimal): -9945051 or 2441320. OLE color: 2441320.

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

Color convert

RGB1046437-
CMYK00.380.640.59
HSL24.18º47.52%27.65%-
HSV(B)24.18º64.42%40.78%-
XYZ7.886.742.64-
YUV72.88107.75150.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=50.73%
G=31.22%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104643700.380.640.5924.1847.5227.65
Hex684025026403B18301c
Octal1501004504610073306034
Binary11010001000000100101010011010000001110111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684025; }

 p { color: rgb(104,64,37); }

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

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

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

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

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

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

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