#674320

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

Shades of Dark Brown #674320

Tints of Dark Brown #674320

Color information

#674320 (or 0x674320) is unknown color: approx Dark Brown. HEX triplet: 67, 43 and 20. RGB value is (103,67,32). Sum of RGB (Red+Green+Blue) = 103+67+32=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #674320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674320 is #98BCDF. Grayscale: #494949. Windows color (decimal): -10009824 or 2114407. OLE color: 2114407.

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

Color convert

RGB1036732-
CMYK00.350.690.60
HSL29.58º52.59%26.47%-
HSV(B)29.58º68.93%40.39%-
XYZ7.8672.3-
YUV73.77104.43148.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.99%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=50.99%
G=33.17%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103673200.350.690.6029.5852.5926.47
Hex674320023453C1e351a
Octal1471034004310574366532
Binary11001111000011100000010001110001011111001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674320; }

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

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

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

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

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

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

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

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