Html Css Color HEX #674D2F Dallas

📋 copy color: '#674D2F'

red 103 ◦ green 77 ◦ blue 47

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

Shades of Dallas #674D2F

Tints of Dallas #674D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 45.37%
G = 33.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#674D2F (or 0x674D2F) is known color: Dallas. HEX triplet: 67, 4D and 2F. RGB value is (103,77,47). Sum of RGB (Red+Green+Blue) = 103+77+47=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D2F is #98B2D0. Grayscale: #515151. Windows color (decimal): -10007249 or 3100007. OLE color: 3100007.

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

Color convert

RGB 103 77 47 -
CMYK 0 0.25 0.54 0.60
HSL 32.14º 0.37% 0.29% -
HSV(B) 32.14º 0.54% 0.4% -
XYZ 8.76 8.4 3.85 -
YUV 81.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 103 77 47 0 0.25 0.54 0.60 32.14 0.37 0.29
Hex 67 4D 2F 0 19 36 3C 20 25 1D
Octal 147 115 57 0 31 66 74 40 45 35
Binary 1100111 1001101 101111 0 11001 110110 111100 100000 100101 11101

Color Harmonies of #674D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D2F

Black with #674D2F

Text Example


Text Example

White with #674D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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