#673C14

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

Shades of Dark Brown #673C14

Tints of Dark Brown #673C14

Color information

#673C14 (or 0x673C14) is unknown color: approx Dark Brown. HEX triplet: 67, 3C and 14. RGB value is (103,60,20). Sum of RGB (Red+Green+Blue) = 103+60+20=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #673C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673C14 is #98C3EB. Grayscale: #444444. Windows color (decimal): -10011628 or 1326183. OLE color: 1326183.

HSL color Cylindrical-coordinate representation of color #673C14: hue angle of 28.92º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #673C14 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1036020-
CMYK00.420.810.60
HSL28.92º67.48%24.12%-
HSV(B)28.92º80.58%40.39%-
XYZ7.346.171.47-
YUV68.3100.75152.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.28%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=56.28%
G=32.79%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103602000.420.810.6028.9267.4824.12
Hex673C1402A513C1d4318
Octal1477424052121743510330
Binary1100111111100101000101010101000111110011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673C14; }

 p { color: rgb(103,60,20); }

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

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

 a { background-color: rgb(103,60,20); }

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

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

 span { border-color: rgb(103,60,20); }

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