#694425

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

Shades of Semi-Sweet Chocolate #694425

Tints of Semi-Sweet Chocolate #694425

Color information

#694425 (or 0x694425) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 44 and 25. RGB value is (105,68,37). Sum of RGB (Red+Green+Blue) = 105+68+37=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694425 is #96BBDA. Grayscale: #4B4B4B. Windows color (decimal): -9878491 or 2442345. OLE color: 2442345.

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

Color convert

RGB1056837-
CMYK00.350.650.59
HSL27.35º47.89%27.84%-
HSV(B)27.35º64.76%41.18%-
XYZ8.237.272.72-
YUV75.53106.26149.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=50%
G=32.38%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105683700.350.650.5927.3547.8927.84
Hex694425023413B1b301c
Octal1511044504310173336034
Binary11010011000100100101010001110000011110111101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694425; }

 p { color: rgb(105,68,37); }

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

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

 a { background-color: rgb(105,68,37); }

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

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

 span { border-color: rgb(105,68,37); }

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