Html Css Color HEX #674B29 Dallas

📋 copy color: '#674B29'

red 103 ◦ green 75 ◦ blue 41

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

Shades of Dallas #674B29

Tints of Dallas #674B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

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

R = 47.03%
G = 34.25%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#674B29 (or 0x674B29) is known color: Dallas. HEX triplet: 67, 4B and 29. RGB value is (103,75,41). Sum of RGB (Red+Green+Blue) = 103+75+41=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #674B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B29 is #98B4D6. Grayscale: #4F4F4F. Windows color (decimal): -10007767 or 2706279. OLE color: 2706279.

HSL color Cylindrical-coordinate representation of color #674B29: hue angle of 32.9º 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 #674B29 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 75 41 -
CMYK 0 0.27 0.60 0.60
HSL 32.9º 0.43% 0.28% -
HSV(B) 32.9º 0.6% 0.4% -
XYZ 8.51 8.08 3.21 -
YUV 79.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 103 75 41 0 0.27 0.60 0.60 32.9 0.43 0.28
Hex 67 4B 29 0 1B 3C 3C 21 2B 1C
Octal 147 113 51 0 33 74 74 41 53 34
Binary 1100111 1001011 101001 0 11011 111100 111100 100001 101011 11100

Color Harmonies of #674B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B29

Black with #674B29

Text Example


Text Example

White with #674B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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