#694423

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

Shades of Dark Brown #694423

Tints of Dark Brown #694423

Color information

#694423 (or 0x694423) is unknown color: approx Dark Brown. HEX triplet: 69, 44 and 23. RGB value is (105,68,35). Sum of RGB (Red+Green+Blue) = 105+68+35=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #694423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694423 is #96BBDC. Grayscale: #4B4B4B. Windows color (decimal): -9878493 or 2311273. OLE color: 2311273.

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

Color convert

RGB1056835-
CMYK00.350.670.59
HSL28.29º50%27.45%-
HSV(B)28.29º66.67%41.18%-
XYZ8.27.262.56-
YUV75.3105.26149.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=50.48%
G=32.69%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105683500.350.670.5928.295027.45
Hex694423023433B1c321b
Octal1511044304310373346233
Binary11010011000100100011010001110000111110111110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694423; }

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

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

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

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

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

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

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

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