Html Css Color HEX #674F32 Dallas

📋 copy color: '#674F32'

red 103 ◦ green 79 ◦ blue 50

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

Shades of Dallas #674F32

Tints of Dallas #674F32

RGB

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

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

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

R = 44.4%
G = 34.05%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#674F32 (or 0x674F32) is known color: Dallas. HEX triplet: 67, 4F and 32. RGB value is (103,79,50). Sum of RGB (Red+Green+Blue) = 103+79+50=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F32 is #98B0CD. Grayscale: #535353. Windows color (decimal): -10006734 or 3297127. OLE color: 3297127.

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

Color convert

RGB 103 79 50 -
CMYK 0 0.23 0.51 0.60
HSL 32.83º 0.35% 0.3% -
HSV(B) 32.83º 0.51% 0.4% -
XYZ 8.97 8.71 4.23 -
YUV 82.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 103 79 50 0 0.23 0.51 0.60 32.83 0.35 0.3
Hex 67 4F 32 0 17 33 3C 21 23 1E
Octal 147 117 62 0 27 63 74 41 43 36
Binary 1100111 1001111 110010 0 10111 110011 111100 100001 100011 11110

Color Harmonies of #674F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F32

Black with #674F32

Text Example


Text Example

White with #674F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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