Html Css Color HEX #60472C Dallas

📋 copy color: '#60472C'

red 96 ◦ green 71 ◦ blue 44

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

Shades of Dallas #60472C

Tints of Dallas #60472C

RGB

 RED value IS 96 (37.89% from 255) = 45.5%

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

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

R = 45.5%
G = 33.65%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60472C (or 0x60472C) is known color: Dallas. HEX triplet: 60, 47 and 2C. RGB value is (96,71,44). Sum of RGB (Red+Green+Blue) = 96+71+44=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472C is #9FB8D3. Grayscale: #4B4B4B. Windows color (decimal): -10467540 or 2901856. OLE color: 2901856.

HSL color Cylindrical-coordinate representation of color #60472C: hue angle of 31.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60472C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 44 -
CMYK 0 0.26 0.54 0.62
HSL 31.15º 0.37% 0.27% -
HSV(B) 31.15º 0.54% 0.38% -
XYZ 7.53 7.18 3.37 -
YUV 75.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 96 71 44 0 0.26 0.54 0.62 31.15 0.37 0.27
Hex 60 47 2C 0 1A 36 3E 1F 25 1B
Octal 140 107 54 0 32 66 76 37 45 33
Binary 1100000 1000111 101100 0 11010 110110 111110 11111 100101 11011

Color Harmonies of #60472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60472C

Black with #60472C

Text Example


Text Example

White with #60472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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