Html Css Color HEX #684F34 Dallas

📋 copy color: '#684F34'

red 104 ◦ green 79 ◦ blue 52

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

Shades of Dallas #684F34

Tints of Dallas #684F34

RGB

 RED value IS 104 (41.02% from 255) = 44.26%

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

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 44.26%
G = 33.62%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684F34 (or 0x684F34) is known color: Dallas. HEX triplet: 68, 4F and 34. RGB value is (104,79,52). Sum of RGB (Red+Green+Blue) = 104+79+52=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F34 is #97B0CB. Grayscale: #535353. Windows color (decimal): -9941196 or 3428200. OLE color: 3428200.

HSL color Cylindrical-coordinate representation of color #684F34: hue angle of 31.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684F34 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 52 -
CMYK 0 0.24 0.50 0.59
HSL 31.15º 0.33% 0.31% -
HSV(B) 31.15º 0.5% 0.41% -
XYZ 9.12 8.78 4.46 -
YUV 83.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 104 79 52 0 0.24 0.50 0.59 31.15 0.33 0.31
Hex 68 4F 34 0 18 32 3B 1F 21 1F
Octal 150 117 64 0 30 62 73 37 41 37
Binary 1101000 1001111 110100 0 11000 110010 111011 11111 100001 11111

Color Harmonies of #684F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F34

Black with #684F34

Text Example


Text Example

White with #684F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684F34; }

 p { color: rgb(104,79,52); }

 H1.HeaderClassName
 {
   color: #684F34;
 }
 .AnyTagClassName
 {
   color: #684F34;
 }
</style>

background-color css

<style>
 a { background-color: #684F34; }

 a { background-color: rgb(104,79,52); }

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

border-color css

<style>
 span { border-color: #684F34; }

 span { border-color: rgb(104,79,52); }

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