#674D2C

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

Shades of Dallas #674D2C

Tints of Dallas #674D2C

Color information

#674D2C (or 0x674D2C) is unknown color: approx Dallas. HEX triplet: 67, 4D and 2C. RGB value is (103,77,44). Sum of RGB (Red+Green+Blue) = 103+77+44=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #674D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D2C is #98B2D3. Grayscale: #515151. Windows color (decimal): -10007252 or 2903399. OLE color: 2903399.

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

Color convert

RGB1037744-
CMYK00.250.570.60
HSL33.56º40.14%28.82%-
HSV(B)33.56º57.28%40.39%-
XYZ8.78.373.54-
YUV81.01107.11143.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=45.98%
G=34.38%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103774400.250.570.6033.5640.1428.82
Hex674D2C019393C22281d
Octal147115540317174425035
Binary1100111100110110110001100111100111110010001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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