Html Css Color HEX #60472E Dallas

📋 copy color: '#60472E'

red 96 ◦ green 71 ◦ blue 46

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

Shades of Dallas #60472E

Tints of Dallas #60472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 45.07%
G = 33.33%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60472E (or 0x60472E) is known color: Dallas. HEX triplet: 60, 47 and 2E. RGB value is (96,71,46). Sum of RGB (Red+Green+Blue) = 96+71+46=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472E is #9FB8D1. Grayscale: #4B4B4B. Windows color (decimal): -10467538 or 3032928. OLE color: 3032928.

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

Color convert

RGB 96 71 46 -
CMYK 0 0.26 0.52 0.62
HSL 30º 0.35% 0.28% -
HSV(B) 30º 0.52% 0.38% -
XYZ 7.57 7.19 3.57 -
YUV 75.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 96 71 46 0 0.26 0.52 0.62 30 0.35 0.28
Hex 60 47 2E 0 1A 34 3E 1E 23 1C
Octal 140 107 56 0 32 64 76 36 43 34
Binary 1100000 1000111 101110 0 11010 110100 111110 11110 100011 11100

Color Harmonies of #60472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60472E

Black with #60472E

Text Example


Text Example

White with #60472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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