#60482F

Color #60482F Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #60482F

Tints of Dallas #60482F

Color information

#60482F (or 0x60482F) is unknown color: approx Dallas. HEX triplet: 60, 48 and 2F. RGB value is (96,72,47). Sum of RGB (Red+Green+Blue) = 96+72+47=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60482F is #9FB7D0. Grayscale: #4C4C4C. Windows color (decimal): -10467281 or 3098720. OLE color: 3098720.

HSL color Cylindrical-coordinate representation of color #60482F: hue angle of 30.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60482F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB967247-
CMYK00.250.510.62
HSL30.61º34.27%28.04%-
HSV(B)30.61º51.04%37.65%-
XYZ7.657.333.7-
YUV76.33111.45142.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=44.65%
G=33.49%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96724700.250.510.6230.6134.2728.04
Hex60482F019333E1f221c
Octal140110570316376374234
Binary110000010010001011110110011100111111101111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60482F; }

 p { color: rgb(96,72,47); }

 H1.HeaderClassName
 {
   color: #60482F;
 }
 .AnyTagClassName
 {
   color: #60482F;
 }
</style>
background-color css

<style>
 a { background-color: #60482F; }

 a { background-color: rgb(96,72,47); }

 div.DivClassName
 {
   background-color: #60482F;
 }
 .BgClassName
 {
   background-color: #60482F;
 }
</style>
border-color css

<style>
 span { border-color: #60482F; }

 span { border-color: rgb(96,72,47); }

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