#674019

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

Shades of Dark Brown #674019

Tints of Dark Brown #674019

Color information

#674019 (or 0x674019) is unknown color: approx Dark Brown. HEX triplet: 67, 40 and 19. RGB value is (103,64,25). Sum of RGB (Red+Green+Blue) = 103+64+25=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #674019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674019 is #98BFE6. Grayscale: #474747. Windows color (decimal): -10010599 or 1654887. OLE color: 1654887.

HSL color Cylindrical-coordinate representation of color #674019: hue angle of 30º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #674019 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1036425-
CMYK00.380.760.60
HSL30º60.94%25.1%-
HSV(B)30º75.73%40.39%-
XYZ7.66.621.8-
YUV71.21101.92150.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.65%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=53.65%
G=33.33%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103642500.380.760.603060.9425.1
Hex6740190264C3C1e3d19
Octal1471003104611474367531
Binary1100111100000011001010011010011001111001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674019; }

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

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

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

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

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

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

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

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