#657750

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

Shades of Dingley #657750

Tints of Dingley #657750

Color information

#657750 (or 0x657750) is unknown color: approx Dingley. HEX triplet: 65, 77 and 50. RGB value is (101,119,80). Sum of RGB (Red+Green+Blue) = 101+119+80=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #657750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657750 is #9A88AF. Grayscale: #6D6D6D. Windows color (decimal): -10127536 or 5273445. OLE color: 5273445.

HSL color Cylindrical-coordinate representation of color #657750: hue angle of 87.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657750 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB10111980-
CMYK0.1500.330.53
HSL87.69º19.6%39.02%-
HSV(B)87.69º32.77%46.67%-
XYZ13.4116.5410.07-
YUV109.17111.54122.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=33.67%
G=39.67%
B=26.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101119800.1500.330.5387.6919.639.02
Hex657750F02135581427
Octal14516712017041651302447
Binary11001011110111101000011110100001110101101100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657750; }

 p { color: rgb(101,119,80); }

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

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

 a { background-color: rgb(101,119,80); }

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

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

 span { border-color: rgb(101,119,80); }

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