Html Css Color HEX #684C32 Dallas

📋 copy color: '#684C32'

red 104 ◦ green 76 ◦ blue 50

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

Shades of Dallas #684C32

Tints of Dallas #684C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

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

R = 45.22%
G = 33.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684C32 (or 0x684C32) is known color: Dallas. HEX triplet: 68, 4C and 32. RGB value is (104,76,50). Sum of RGB (Red+Green+Blue) = 104+76+50=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C32 is #97B3CD. Grayscale: #515151. Windows color (decimal): -9941966 or 3296360. OLE color: 3296360.

HSL color Cylindrical-coordinate representation of color #684C32: hue angle of 28.89º 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 #684C32 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 50 -
CMYK 0 0.27 0.52 0.59
HSL 28.89º 0.35% 0.3% -
HSV(B) 28.89º 0.52% 0.41% -
XYZ 8.87 8.34 4.16 -
YUV 81.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 104 76 50 0 0.27 0.52 0.59 28.89 0.35 0.3
Hex 68 4C 32 0 1B 34 3B 1D 23 1E
Octal 150 114 62 0 33 64 73 35 43 36
Binary 1101000 1001100 110010 0 11011 110100 111011 11101 100011 11110

Color Harmonies of #684C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C32

Black with #684C32

Text Example


Text Example

White with #684C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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