Html Css Color HEX #674F35 Dallas

📋 copy color: '#674F35'

red 103 ◦ green 79 ◦ blue 53

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

Shades of Dallas #674F35

Tints of Dallas #674F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 43.83%
G = 33.62%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#674F35 (or 0x674F35) is known color: Dallas. HEX triplet: 67, 4F and 35. RGB value is (103,79,53). Sum of RGB (Red+Green+Blue) = 103+79+53=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #674F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F35 is #98B0CA. Grayscale: #535353. Windows color (decimal): -10006731 or 3493735. OLE color: 3493735.

HSL color Cylindrical-coordinate representation of color #674F35: hue angle of 31.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674F35 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 53 -
CMYK 0 0.23 0.49 0.60
HSL 31.2º 0.32% 0.31% -
HSV(B) 31.2º 0.49% 0.4% -
XYZ 9.03 8.73 4.58 -
YUV 83.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 103 79 53 0 0.23 0.49 0.60 31.2 0.32 0.31
Hex 67 4F 35 0 17 31 3C 1F 20 1F
Octal 147 117 65 0 27 61 74 37 40 37
Binary 1100111 1001111 110101 0 10111 110001 111100 11111 100000 11111

Color Harmonies of #674F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F35

Black with #674F35

Text Example


Text Example

White with #674F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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