Html Css Color HEX #685033 Dallas

📋 copy color: '#685033'

red 104 ◦ green 80 ◦ blue 51

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

Shades of Dallas #685033

Tints of Dallas #685033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 44.26%
G = 34.04%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#685033 (or 0x685033) is known color: Dallas. HEX triplet: 68, 50 and 33. RGB value is (104,80,51). Sum of RGB (Red+Green+Blue) = 104+80+51=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #685033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685033 is #97AFCC. Grayscale: #545454. Windows color (decimal): -9940941 or 3362920. OLE color: 3362920.

HSL color Cylindrical-coordinate representation of color #685033: hue angle of 32.83º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685033 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 51 -
CMYK 0 0.23 0.51 0.59
HSL 32.83º 0.34% 0.3% -
HSV(B) 32.83º 0.51% 0.41% -
XYZ 9.18 8.92 4.37 -
YUV 83.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 104 80 51 0 0.23 0.51 0.59 32.83 0.34 0.3
Hex 68 50 33 0 17 33 3B 21 22 1E
Octal 150 120 63 0 27 63 73 41 42 36
Binary 1101000 1010000 110011 0 10111 110011 111011 100001 100010 11110

Color Harmonies of #685033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685033

Black with #685033

Text Example


Text Example

White with #685033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685033; }

 p { color: rgb(104,80,51); }

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

background-color css

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

 a { background-color: rgb(104,80,51); }

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

border-color css

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

 span { border-color: rgb(104,80,51); }

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