Html Css Color HEX #68492B Dallas

📋 copy color: '#68492B'

red 104 ◦ green 73 ◦ blue 43

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

Shades of Dallas #68492B

Tints of Dallas #68492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 47.27%
G = 33.18%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68492B (or 0x68492B) is known color: Dallas. HEX triplet: 68, 49 and 2B. RGB value is (104,73,43). Sum of RGB (Red+Green+Blue) = 104+73+43=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492B is #97B6D4. Grayscale: #4F4F4F. Windows color (decimal): -9942741 or 2836840. OLE color: 2836840.

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

Color convert

RGB 104 73 43 -
CMYK 0 0.30 0.59 0.59
HSL 29.51º 0.41% 0.29% -
HSV(B) 29.51º 0.59% 0.41% -
XYZ 8.53 7.88 3.36 -
YUV 78.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 104 73 43 0 0.30 0.59 0.59 29.51 0.41 0.29
Hex 68 49 2B 0 1E 3B 3B 1E 29 1D
Octal 150 111 53 0 36 73 73 36 51 35
Binary 1101000 1001001 101011 0 11110 111011 111011 11110 101001 11101

Color Harmonies of #68492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68492B

Black with #68492B

Text Example


Text Example

White with #68492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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