Html Css Color HEX #674D30 Dallas

📋 copy color: '#674D30'

red 103 ◦ green 77 ◦ blue 48

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

Shades of Dallas #674D30

Tints of Dallas #674D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 45.18%
G = 33.77%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#674D30 (or 0x674D30) is known color: Dallas. HEX triplet: 67, 4D and 30. RGB value is (103,77,48). Sum of RGB (Red+Green+Blue) = 103+77+48=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #674D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D30 is #98B2CF. Grayscale: #515151. Windows color (decimal): -10007248 or 3165543. OLE color: 3165543.

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

Color convert

RGB 103 77 48 -
CMYK 0 0.25 0.53 0.60
HSL 31.64º 0.36% 0.3% -
HSV(B) 31.64º 0.53% 0.4% -
XYZ 8.78 8.4 3.96 -
YUV 81.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 103 77 48 0 0.25 0.53 0.60 31.64 0.36 0.3
Hex 67 4D 30 0 19 35 3C 20 24 1E
Octal 147 115 60 0 31 65 74 40 44 36
Binary 1100111 1001101 110000 0 11001 110101 111100 100000 100100 11110

Color Harmonies of #674D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D30

Black with #674D30

Text Example


Text Example

White with #674D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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