#674720

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

Shades of Dark Brown #674720

Tints of Dark Brown #674720

Color information

#674720 (or 0x674720) is unknown color: approx Dark Brown. HEX triplet: 67, 47 and 20. RGB value is (103,71,32). Sum of RGB (Red+Green+Blue) = 103+71+32=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #674720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674720 is #98B8DF. Grayscale: #4C4C4C. Windows color (decimal): -10008800 or 2115431. OLE color: 2115431.

HSL color Cylindrical-coordinate representation of color #674720: hue angle of 32.96º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674720 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1037132-
CMYK00.310.690.60
HSL32.96º52.59%26.47%-
HSV(B)32.96º68.93%40.39%-
XYZ8.117.492.39-
YUV76.12103.1147.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=50%
G=34.47%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103713200.310.690.6032.9652.5926.47
Hex67472001F453C21351a
Octal1471074003710574416532
Binary11001111000111100000011111100010111110010000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674720; }

 p { color: rgb(103,71,32); }

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

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

 a { background-color: rgb(103,71,32); }

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

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

 span { border-color: rgb(103,71,32); }

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