#657B49

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

Shades of Dingley #657B49

Tints of Dingley #657B49

Color information

#657B49 (or 0x657B49) is unknown color: approx Dingley. HEX triplet: 65, 7B and 49. RGB value is (101,123,73). Sum of RGB (Red+Green+Blue) = 101+123+73=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #657B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657B49 is #9A84B6. Grayscale: #6E6E6E. Windows color (decimal): -10126519 or 4815717. OLE color: 4815717.

HSL color Cylindrical-coordinate representation of color #657B49: hue angle of 86.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657B49 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB10112373-
CMYK0.1800.410.52
HSL86.4º25.51%38.43%-
HSV(B)86.4º40.65%48.24%-
XYZ13.6517.418.94-
YUV110.72106.71121.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=34.01%
G=41.41%
B=24.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101123730.1800.410.5286.425.5138.43
Hex657B491202934561a26
Octal14517311122051641263246
Binary110010111110111001001100100101001110100101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657B49; }

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

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

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

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

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

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

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

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