#674222

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

Shades of Dark Brown #674222

Tints of Dark Brown #674222

Color information

#674222 (or 0x674222) is unknown color: approx Dark Brown. HEX triplet: 67, 42 and 22. RGB value is (103,66,34). Sum of RGB (Red+Green+Blue) = 103+66+34=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #674222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674222 is #98BDDD. Grayscale: #494949. Windows color (decimal): -10010078 or 2245223. OLE color: 2245223.

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

Color convert

RGB1036634-
CMYK00.360.670.60
HSL27.83º50.36%26.86%-
HSV(B)27.83º66.99%40.39%-
XYZ7.836.92.43-
YUV73.41105.76149.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.74%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=50.74%
G=32.51%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103663400.360.670.6027.8350.3626.86
Hex674222024433C1c321b
Octal1471024204410374346233
Binary11001111000010100010010010010000111111001110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674222; }

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

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

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

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

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

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

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

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