Html Css Color HEX #674F30 Dallas

📋 copy color: '#674F30'

red 103 ◦ green 79 ◦ blue 48

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

Shades of Dallas #674F30

Tints of Dallas #674F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.35%

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

R = 44.78%
G = 34.35%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#674F30 (or 0x674F30) is known color: Dallas. HEX triplet: 67, 4F and 30. RGB value is (103,79,48). Sum of RGB (Red+Green+Blue) = 103+79+48=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #674F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F30 is #98B0CF. Grayscale: #525252. Windows color (decimal): -10006736 or 3166055. OLE color: 3166055.

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

Color convert

RGB 103 79 48 -
CMYK 0 0.23 0.53 0.60
HSL 33.82º 0.36% 0.3% -
HSV(B) 33.82º 0.53% 0.4% -
XYZ 8.92 8.69 4 -
YUV 82.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 103 79 48 0 0.23 0.53 0.60 33.82 0.36 0.3
Hex 67 4F 30 0 17 35 3C 22 24 1E
Octal 147 117 60 0 27 65 74 42 44 36
Binary 1100111 1001111 110000 0 10111 110101 111100 100010 100100 11110

Color Harmonies of #674F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F30

Black with #674F30

Text Example


Text Example

White with #674F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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