#674220

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

Shades of Dark Brown #674220

Tints of Dark Brown #674220

Color information

#674220 (or 0x674220) is unknown color: approx Dark Brown. HEX triplet: 67, 42 and 20. RGB value is (103,66,32). Sum of RGB (Red+Green+Blue) = 103+66+32=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #674220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674220 is #98BDDF. Grayscale: #494949. Windows color (decimal): -10010080 or 2114151. OLE color: 2114151.

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

Color convert

RGB1036632-
CMYK00.360.690.60
HSL28.73º52.59%26.47%-
HSV(B)28.73º68.93%40.39%-
XYZ7.86.882.28-
YUV73.19104.76149.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=51.24%
G=32.84%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103663200.360.690.6028.7352.5926.47
Hex674220024453C1d351a
Octal1471024004410574356532
Binary11001111000010100000010010010001011111001110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674220; }

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

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

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

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

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

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

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

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