Html Css Color HEX #685135 Dallas

📋 copy color: '#685135'

red 104 ◦ green 81 ◦ blue 53

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

Shades of Dallas #685135

Tints of Dallas #685135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 43.7%
G = 34.03%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#685135 (or 0x685135) is known color: Dallas. HEX triplet: 68, 51 and 35. RGB value is (104,81,53). Sum of RGB (Red+Green+Blue) = 104+81+53=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685135 is #97AECA. Grayscale: #545454. Windows color (decimal): -9940683 or 3494248. OLE color: 3494248.

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

Color convert

RGB 104 81 53 -
CMYK 0 0.22 0.49 0.59
HSL 32.94º 0.32% 0.31% -
HSV(B) 32.94º 0.49% 0.41% -
XYZ 9.29 9.08 4.63 -
YUV 84.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 104 81 53 0 0.22 0.49 0.59 32.94 0.32 0.31
Hex 68 51 35 0 16 31 3B 21 20 1F
Octal 150 121 65 0 26 61 73 41 40 37
Binary 1101000 1010001 110101 0 10110 110001 111011 100001 100000 11111

Color Harmonies of #685135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685135

Black with #685135

Text Example


Text Example

White with #685135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685135; }

 p { color: rgb(104,81,53); }

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

background-color css

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

 a { background-color: rgb(104,81,53); }

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

border-color css

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

 span { border-color: rgb(104,81,53); }

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