#674A2A

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

Shades of Dallas #674A2A

Tints of Dallas #674A2A

Color information

#674A2A (or 0x674A2A) is unknown color: approx Dallas. HEX triplet: 67, 4A and 2A. RGB value is (103,74,42). Sum of RGB (Red+Green+Blue) = 103+74+42=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #674A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A2A is #98B5D5. Grayscale: #4F4F4F. Windows color (decimal): -10008022 or 2771559. OLE color: 2771559.

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

Color convert

RGB1037442-
CMYK00.280.590.60
HSL31.48º42.07%28.43%-
HSV(B)31.48º59.22%40.39%-
XYZ8.467.953.28-
YUV79.02107.11145.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=47.03%
G=33.79%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103744200.280.590.6031.4842.0728.43
Hex674A2A01C3B3C1f2a1c
Octal147112520347374375234
Binary110011110010101010100111001110111111001111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,74,42); }

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

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

 a { background-color: rgb(103,74,42); }

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

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

 span { border-color: rgb(103,74,42); }

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