#657549

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

Shades of Dingley #657549

Tints of Dingley #657549

Color information

#657549 (or 0x657549) is unknown color: approx Dingley. HEX triplet: 65, 75 and 49. RGB value is (101,117,73). Sum of RGB (Red+Green+Blue) = 101+117+73=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #657549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657549 is #9A8AB6. Grayscale: #6B6B6B. Windows color (decimal): -10128055 or 4814181. OLE color: 4814181.

HSL color Cylindrical-coordinate representation of color #657549: hue angle of 81.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657549 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB10111773-
CMYK0.1400.380.54
HSL81.82º23.16%37.25%-
HSV(B)81.82º37.61%45.88%-
XYZ12.9315.978.7-
YUV107.2108.7123.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=34.71%
G=40.21%
B=25.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101117730.1400.380.5481.8223.1637.25
Hex657549E02636521725
Octal14516511116046661222745
Binary11001011110101100100111100100110110110101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657549; }

 p { color: rgb(101,117,73); }

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

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

 a { background-color: rgb(101,117,73); }

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

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

 span { border-color: rgb(101,117,73); }

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