Html Css Color HEX #674D28 Dallas

📋 copy color: '#674D28'

red 103 ◦ green 77 ◦ blue 40

#674D28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #674D28

Tints of Dallas #674D28

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 77 (30.47% from 255) = 35%

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 46.82%
G = 35%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#674D28 (or 0x674D28) is known color: Dallas. HEX triplet: 67, 4D and 28. RGB value is (103,77,40). Sum of RGB (Red+Green+Blue) = 103+77+40=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #674D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D28 is #98B2D7. Grayscale: #505050. Windows color (decimal): -10007256 or 2641255. OLE color: 2641255.

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

Color convert

RGB 103 77 40 -
CMYK 0 0.25 0.61 0.60
HSL 35.24º 0.44% 0.28% -
HSV(B) 35.24º 0.61% 0.4% -
XYZ 8.63 8.34 3.16 -
YUV 80.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 103 77 40 0 0.25 0.61 0.60 35.24 0.44 0.28
Hex 67 4D 28 0 19 3D 3C 23 2C 1C
Octal 147 115 50 0 31 75 74 43 54 34
Binary 1100111 1001101 101000 0 11001 111101 111100 100011 101100 11100

Color Harmonies of #674D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D28

Black with #674D28

Text Example


Text Example

White with #674D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #674D28;
 }
 .AnyTagClassName
 {
   color: #674D28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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