Html Css Color HEX #684F32 Dallas

📋 copy color: '#684F32'

red 104 ◦ green 79 ◦ blue 50

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

Shades of Dallas #684F32

Tints of Dallas #684F32

RGB

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

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

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

R = 44.64%
G = 33.91%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684F32 (or 0x684F32) is known color: Dallas. HEX triplet: 68, 4F and 32. RGB value is (104,79,50). Sum of RGB (Red+Green+Blue) = 104+79+50=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #684F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F32 is #97B0CD. Grayscale: #535353. Windows color (decimal): -9941198 or 3297128. OLE color: 3297128.

HSL color Cylindrical-coordinate representation of color #684F32: hue angle of 32.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684F32 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 50 -
CMYK 0 0.24 0.52 0.59
HSL 32.22º 0.35% 0.3% -
HSV(B) 32.22º 0.52% 0.41% -
XYZ 9.08 8.77 4.23 -
YUV 83.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 104 79 50 0 0.24 0.52 0.59 32.22 0.35 0.3
Hex 68 4F 32 0 18 34 3B 20 23 1E
Octal 150 117 62 0 30 64 73 40 43 36
Binary 1101000 1001111 110010 0 11000 110100 111011 100000 100011 11110

Color Harmonies of #684F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F32

Black with #684F32

Text Example


Text Example

White with #684F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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