#674E32

Color #674E32 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #674E32

Tints of Dallas #674E32

Color information

#674E32 (or 0x674E32) is unknown color: approx Dallas. HEX triplet: 67, 4E and 32. RGB value is (103,78,50). Sum of RGB (Red+Green+Blue) = 103+78+50=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #674E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E32 is #98B1CD. Grayscale: #525252. Windows color (decimal): -10006990 or 3296871. OLE color: 3296871.

HSL color Cylindrical-coordinate representation of color #674E32: hue angle of 31.7º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674E32 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1037850-
CMYK00.240.510.60
HSL31.7º34.64%30%-
HSV(B)31.7º51.46%40.39%-
XYZ8.898.564.2-
YUV82.28109.78142.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=44.59%
G=33.77%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103785000.240.510.6031.734.6430
Hex674E32018333C20231e
Octal147116620306374404336
Binary1100111100111011001001100011001111110010000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674E32; }

 p { color: rgb(103,78,50); }

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

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

 a { background-color: rgb(103,78,50); }

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

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

 span { border-color: rgb(103,78,50); }

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