#674020

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

Shades of Dark Brown #674020

Tints of Dark Brown #674020

Color information

#674020 (or 0x674020) is unknown color: approx Dark Brown. HEX triplet: 67, 40 and 20. RGB value is (103,64,32). Sum of RGB (Red+Green+Blue) = 103+64+32=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674020 is #98BFDF. Grayscale: #484848. Windows color (decimal): -10010592 or 2113639. OLE color: 2113639.

HSL color Cylindrical-coordinate representation of color #674020: hue angle of 27.04º 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 #674020 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1036432-
CMYK00.380.690.60
HSL27.04º52.59%26.47%-
HSV(B)27.04º68.93%40.39%-
XYZ7.696.652.25-
YUV72.01105.42150.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=51.76%
G=32.16%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103643200.380.690.6027.0452.5926.47
Hex674020026453C1b351a
Octal1471004004610574336532
Binary11001111000000100000010011010001011111001101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674020; }

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

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

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

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

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

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

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

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