Html Css Color HEX #674D32 Dallas

📋 copy color: '#674D32'

red 103 ◦ green 77 ◦ blue 50

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

Shades of Dallas #674D32

Tints of Dallas #674D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 44.78%
G = 33.48%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#674D32 (or 0x674D32) is known color: Dallas. HEX triplet: 67, 4D and 32. RGB value is (103,77,50). Sum of RGB (Red+Green+Blue) = 103+77+50=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #674D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D32 is #98B2CD. Grayscale: #515151. Windows color (decimal): -10007246 or 3296615. OLE color: 3296615.

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

Color convert

RGB 103 77 50 -
CMYK 0 0.25 0.51 0.60
HSL 30.57º 0.35% 0.3% -
HSV(B) 30.57º 0.51% 0.4% -
XYZ 8.82 8.42 4.18 -
YUV 81.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 103 77 50 0 0.25 0.51 0.60 30.57 0.35 0.3
Hex 67 4D 32 0 19 33 3C 1F 23 1E
Octal 147 115 62 0 31 63 74 37 43 36
Binary 1100111 1001101 110010 0 11001 110011 111100 11111 100011 11110

Color Harmonies of #674D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D32

Black with #674D32

Text Example


Text Example

White with #674D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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