#694222

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

Shades of Semi-Sweet Chocolate #694222

Tints of Semi-Sweet Chocolate #694222

Color information

#694222 (or 0x694222) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 42 and 22. RGB value is (105,66,34). Sum of RGB (Red+Green+Blue) = 105+66+34=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #694222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694222 is #96BDDD. Grayscale: #4A4A4A. Windows color (decimal): -9879006 or 2245225. OLE color: 2245225.

HSL color Cylindrical-coordinate representation of color #694222: hue angle of 27.04º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694222 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1056634-
CMYK00.370.680.59
HSL27.04º51.08%27.25%-
HSV(B)27.04º67.62%41.18%-
XYZ8.067.022.44-
YUV74.01105.42150.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=51.22%
G=32.20%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105663400.370.680.5927.0451.0827.25
Hex694222025443B1b331b
Octal1511024204510473336333
Binary11010011000010100010010010110001001110111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694222; }

 p { color: rgb(105,66,34); }

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

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

 a { background-color: rgb(105,66,34); }

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

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

 span { border-color: rgb(105,66,34); }

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