Html Css Color HEX #685237 Dallas

📋 copy color: '#685237'

red 104 ◦ green 82 ◦ blue 55

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

Shades of Dallas #685237

Tints of Dallas #685237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 43.15%
G = 34.02%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#685237 (or 0x685237) is known color: Dallas. HEX triplet: 68, 52 and 37. RGB value is (104,82,55). Sum of RGB (Red+Green+Blue) = 104+82+55=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685237 is #97ADC8. Grayscale: #555555. Windows color (decimal): -9940425 or 3625576. OLE color: 3625576.

HSL color Cylindrical-coordinate representation of color #685237: hue angle of 33.06º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685237 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 55 -
CMYK 0 0.21 0.47 0.59
HSL 33.06º 0.31% 0.31% -
HSV(B) 33.06º 0.47% 0.41% -
XYZ 9.42 9.25 4.9 -
YUV 85.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 104 82 55 0 0.21 0.47 0.59 33.06 0.31 0.31
Hex 68 52 37 0 15 2F 3B 21 1F 1F
Octal 150 122 67 0 25 57 73 41 37 37
Binary 1101000 1010010 110111 0 10101 101111 111011 100001 11111 11111

Color Harmonies of #685237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685237

Black with #685237

Text Example


Text Example

White with #685237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685237; }

 p { color: rgb(104,82,55); }

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

background-color css

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

 a { background-color: rgb(104,82,55); }

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

border-color css

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

 span { border-color: rgb(104,82,55); }

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