Html Css Color HEX #674D29 Dallas

📋 copy color: '#674D29'

red 103 ◦ green 77 ◦ blue 41

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

Shades of Dallas #674D29

Tints of Dallas #674D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 46.61%
G = 34.84%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#674D29 (or 0x674D29) is known color: Dallas. HEX triplet: 67, 4D and 29. RGB value is (103,77,41). Sum of RGB (Red+Green+Blue) = 103+77+41=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #674D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D29 is #98B2D6. Grayscale: #505050. Windows color (decimal): -10007255 or 2706791. OLE color: 2706791.

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

Color convert

RGB 103 77 41 -
CMYK 0 0.25 0.60 0.60
HSL 34.84º 0.43% 0.28% -
HSV(B) 34.84º 0.6% 0.4% -
XYZ 8.65 8.35 3.25 -
YUV 80.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 103 77 41 0 0.25 0.60 0.60 34.84 0.43 0.28
Hex 67 4D 29 0 19 3C 3C 23 2B 1C
Octal 147 115 51 0 31 74 74 43 53 34
Binary 1100111 1001101 101001 0 11001 111100 111100 100011 101011 11100

Color Harmonies of #674D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D29

Black with #674D29

Text Example


Text Example

White with #674D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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