Html Css Color HEX #60472A Dallas

📋 copy color: '#60472A'

red 96 ◦ green 71 ◦ blue 42

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

Shades of Dallas #60472A

Tints of Dallas #60472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 45.93%
G = 33.97%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60472A (or 0x60472A) is known color: Dallas. HEX triplet: 60, 47 and 2A. RGB value is (96,71,42). Sum of RGB (Red+Green+Blue) = 96+71+42=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472A is #9FB8D5. Grayscale: #4B4B4B. Windows color (decimal): -10467542 or 2770784. OLE color: 2770784.

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

Color convert

RGB 96 71 42 -
CMYK 0 0.26 0.56 0.62
HSL 32.22º 0.39% 0.27% -
HSV(B) 32.22º 0.56% 0.38% -
XYZ 7.5 7.16 3.18 -
YUV 75.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 96 71 42 0 0.26 0.56 0.62 32.22 0.39 0.27
Hex 60 47 2A 0 1A 38 3E 20 27 1B
Octal 140 107 52 0 32 70 76 40 47 33
Binary 1100000 1000111 101010 0 11010 111000 111110 100000 100111 11011

Color Harmonies of #60472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60472A

Black with #60472A

Text Example


Text Example

White with #60472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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