#694327

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

Shades of Semi-Sweet Chocolate #694327

Tints of Semi-Sweet Chocolate #694327

Color information

#694327 (or 0x694327) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 43 and 27. RGB value is (105,67,39). Sum of RGB (Red+Green+Blue) = 105+67+39=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694327 is #96BCD8. Grayscale: #4B4B4B. Windows color (decimal): -9878745 or 2573161. OLE color: 2573161.

HSL color Cylindrical-coordinate representation of color #694327: hue angle of 25.45º 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 #694327 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1056739-
CMYK00.360.630.59
HSL25.45º45.83%28.24%-
HSV(B)25.45º62.86%41.18%-
XYZ8.27.162.87-
YUV75.17107.59149.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=49.76%
G=31.75%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105673900.360.630.5925.4545.8328.24
Hex6943270243F3B192e1c
Octal151103470447773315634
Binary1101001100001110011101001001111111110111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694327; }

 p { color: rgb(105,67,39); }

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

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

 a { background-color: rgb(105,67,39); }

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

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

 span { border-color: rgb(105,67,39); }

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