#694220

Color #694220 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #694220

Tints of Dark Brown #694220

Color information

#694220 (or 0x694220) is unknown color: approx Dark Brown. HEX triplet: 69, 42 and 20. RGB value is (105,66,32). Sum of RGB (Red+Green+Blue) = 105+66+32=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694220 is #96BDDF. Grayscale: #494949. Windows color (decimal): -9879008 or 2114153. OLE color: 2114153.

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

Color convert

RGB1056632-
CMYK00.370.700.59
HSL27.95º53.28%26.86%-
HSV(B)27.95º69.52%41.18%-
XYZ8.0372.29-
YUV73.78104.42150.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=51.72%
G=32.51%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105663200.370.700.5927.9553.2826.86
Hex694220025463B1c351b
Octal1511024004510673346533
Binary11010011000010100000010010110001101110111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694220; }

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

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

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

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

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

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

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

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