#61482E

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

Shades of Dallas #61482E

Tints of Dallas #61482E

Color information

#61482E (or 0x61482E) is unknown color: approx Dallas. HEX triplet: 61, 48 and 2E. RGB value is (97,72,46). Sum of RGB (Red+Green+Blue) = 97+72+46=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482E is #9EB7D1. Grayscale: #4C4C4C. Windows color (decimal): -10401746 or 3033185. OLE color: 3033185.

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

Color convert

RGB977246-
CMYK00.260.530.62
HSL30.59º35.66%28.04%-
HSV(B)30.59º52.58%38.04%-
XYZ7.747.373.6-
YUV76.51110.78142.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=45.12%
G=33.49%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97724600.260.530.6230.5935.6628.04
Hex61482E01A353E1f241c
Octal141110560326576374434
Binary110000110010001011100110101101011111101111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,72,46); }

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

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

 a { background-color: rgb(97,72,46); }

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

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

 span { border-color: rgb(97,72,46); }

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