#60482B

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

Shades of Dallas #60482B

Tints of Dallas #60482B

Color information

#60482B (or 0x60482B) is unknown color: approx Dallas. HEX triplet: 60, 48 and 2B. RGB value is (96,72,43). Sum of RGB (Red+Green+Blue) = 96+72+43=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60482B is #9FB7D4. Grayscale: #4C4C4C. Windows color (decimal): -10467285 or 2836576. OLE color: 2836576.

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

Color convert

RGB967243-
CMYK00.250.550.62
HSL32.83º38.13%27.25%-
HSV(B)32.83º55.21%37.65%-
XYZ7.587.33.29-
YUV75.87109.45142.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=45.50%
G=34.12%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96724300.250.550.6232.8338.1327.25
Hex60482B019373E21261b
Octal140110530316776414633
Binary1100000100100010101101100111011111111010000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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