Html Css Color HEX #68472C Dallas

📋 copy color: '#68472C'

red 104 ◦ green 71 ◦ blue 44

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

Shades of Dallas #68472C

Tints of Dallas #68472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 47.49%
G = 32.42%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#68472C (or 0x68472C) is known color: Dallas. HEX triplet: 68, 47 and 2C. RGB value is (104,71,44). Sum of RGB (Red+Green+Blue) = 104+71+44=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68472C is #97B8D3. Grayscale: #4D4D4D. Windows color (decimal): -9943252 or 2901864. OLE color: 2901864.

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

Color convert

RGB 104 71 44 -
CMYK 0 0.32 0.58 0.59
HSL 27º 0.41% 0.29% -
HSV(B) 27º 0.58% 0.41% -
XYZ 8.42 7.63 3.41 -
YUV 77.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 104 71 44 0 0.32 0.58 0.59 27 0.41 0.29
Hex 68 47 2C 0 20 3A 3B 1B 29 1D
Octal 150 107 54 0 40 72 73 33 51 35
Binary 1101000 1000111 101100 0 100000 111010 111011 11011 101001 11101

Color Harmonies of #68472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68472C

Black with #68472C

Text Example


Text Example

White with #68472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68472C; }

 p { color: rgb(104,71,44); }

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

background-color css

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

 a { background-color: rgb(104,71,44); }

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

border-color css

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

 span { border-color: rgb(104,71,44); }

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