#694320

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

Shades of Dark Brown #694320

Tints of Dark Brown #694320

Color information

#694320 (or 0x694320) is unknown color: approx Dark Brown. HEX triplet: 69, 43 and 20. RGB value is (105,67,32). Sum of RGB (Red+Green+Blue) = 105+67+32=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #694320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694320 is #96BCDF. Grayscale: #4A4A4A. Windows color (decimal): -9878752 or 2114409. OLE color: 2114409.

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

Color convert

RGB1056732-
CMYK00.360.700.59
HSL28.77º53.28%26.86%-
HSV(B)28.77º69.52%41.18%-
XYZ8.097.122.31-
YUV74.37104.09149.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=51.47%
G=32.84%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105673200.360.700.5928.7753.2826.86
Hex694320024463B1d351b
Octal1511034004410673356533
Binary11010011000011100000010010010001101110111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694320; }

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

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

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

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

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

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

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

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