#674D34

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

Shades of Dallas #674D34

Tints of Dallas #674D34

Color information

#674D34 (or 0x674D34) is unknown color: approx Dallas. HEX triplet: 67, 4D and 34. RGB value is (103,77,52). Sum of RGB (Red+Green+Blue) = 103+77+52=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D34 is #98B2CB. Grayscale: #525252. Windows color (decimal): -10007244 or 3427687. OLE color: 3427687.

HSL color Cylindrical-coordinate representation of color #674D34: hue angle of 29.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674D34 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1037752-
CMYK00.250.500.60
HSL29.41º32.9%30.39%-
HSV(B)29.41º49.51%40.39%-
XYZ8.878.444.41-
YUV81.92111.11143.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=44.40%
G=33.19%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103775200.250.500.6029.4132.930.39
Hex674D34019323C1d211e
Octal147115640316274354136
Binary110011110011011101000110011100101111001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,77,52); }

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

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

 a { background-color: rgb(103,77,52); }

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

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

 span { border-color: rgb(103,77,52); }

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