#694523

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

Shades of Dark Brown #694523

Tints of Dark Brown #694523

Color information

#694523 (or 0x694523) is unknown color: approx Dark Brown. HEX triplet: 69, 45 and 23. RGB value is (105,69,35). Sum of RGB (Red+Green+Blue) = 105+69+35=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694523 is #96BADC. Grayscale: #4C4C4C. Windows color (decimal): -9878237 or 2311529. OLE color: 2311529.

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

Color convert

RGB1056935-
CMYK00.340.670.59
HSL29.14º50%27.45%-
HSV(B)29.14º66.67%41.18%-
XYZ8.267.382.58-
YUV75.89104.93148.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=50.24%
G=33.01%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105693500.340.670.5929.145027.45
Hex694523022433B1d321b
Octal1511054304210373356233
Binary11010011000101100011010001010000111110111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694523; }

 p { color: rgb(105,69,35); }

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

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

 a { background-color: rgb(105,69,35); }

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

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

 span { border-color: rgb(105,69,35); }

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