Html Css Color HEX #68492D Dallas

📋 copy color: '#68492D'

red 104 ◦ green 73 ◦ blue 45

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

Shades of Dallas #68492D

Tints of Dallas #68492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 46.85%
G = 32.88%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68492D (or 0x68492D) is known color: Dallas. HEX triplet: 68, 49 and 2D. RGB value is (104,73,45). Sum of RGB (Red+Green+Blue) = 104+73+45=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492D is #97B6D2. Grayscale: #4F4F4F. Windows color (decimal): -9942739 or 2967912. OLE color: 2967912.

HSL color Cylindrical-coordinate representation of color #68492D: hue angle of 28.47º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68492D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 45 -
CMYK 0 0.30 0.57 0.59
HSL 28.47º 0.4% 0.29% -
HSV(B) 28.47º 0.57% 0.41% -
XYZ 8.57 7.9 3.56 -
YUV 79.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 104 73 45 0 0.30 0.57 0.59 28.47 0.4 0.29
Hex 68 49 2D 0 1E 39 3B 1C 28 1D
Octal 150 111 55 0 36 71 73 34 50 35
Binary 1101000 1001001 101101 0 11110 111001 111011 11100 101000 11101

Color Harmonies of #68492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68492D

Black with #68492D

Text Example


Text Example

White with #68492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68492D; }

 p { color: rgb(104,73,45); }

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

background-color css

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

 a { background-color: rgb(104,73,45); }

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

border-color css

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

 span { border-color: rgb(104,73,45); }

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