#674E33

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

Shades of Dallas #674E33

Tints of Dallas #674E33

Color information

#674E33 (or 0x674E33) is unknown color: approx Dallas. HEX triplet: 67, 4E and 33. RGB value is (103,78,51). Sum of RGB (Red+Green+Blue) = 103+78+51=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E33 is #98B1CC. Grayscale: #525252. Windows color (decimal): -10006989 or 3362407. OLE color: 3362407.

HSL color Cylindrical-coordinate representation of color #674E33: hue angle of 31.15º degrees, saturation: 0.34, 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 #674E33 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1037851-
CMYK00.240.500.60
HSL31.15º33.77%30.2%-
HSV(B)31.15º50.49%40.39%-
XYZ8.928.574.32-
YUV82.4110.28142.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=44.40%
G=33.62%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103785100.240.500.6031.1533.7730.2
Hex674E33018323C1f221e
Octal147116630306274374236
Binary110011110011101100110110001100101111001111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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