#674E2E

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

Shades of Dallas #674E2E

Tints of Dallas #674E2E

Color information

#674E2E (or 0x674E2E) is unknown color: approx Dallas. HEX triplet: 67, 4E and 2E. RGB value is (103,78,46). Sum of RGB (Red+Green+Blue) = 103+78+46=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E2E is #98B1D1. Grayscale: #515151. Windows color (decimal): -10006994 or 3034727. OLE color: 3034727.

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

Color convert

RGB1037846-
CMYK00.240.550.60
HSL33.68º38.26%29.22%-
HSV(B)33.68º55.34%40.39%-
XYZ8.818.533.77-
YUV81.83107.78143.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=45.37%
G=34.36%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103784600.240.550.6033.6838.2629.22
Hex674E2E018373C22261d
Octal147116560306774424635
Binary1100111100111010111001100011011111110010001010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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