#607350

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

Shades of Dingley #607350

Tints of Dingley #607350

Color information

#607350 (or 0x607350) is unknown color: approx Dingley. HEX triplet: 60, 73 and 50. RGB value is (96,115,80). Sum of RGB (Red+Green+Blue) = 96+115+80=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #607350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607350 is #9F8CAF. Grayscale: #696969. Windows color (decimal): -10456240 or 5272416. OLE color: 5272416.

HSL color Cylindrical-coordinate representation of color #607350: hue angle of 92.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607350 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB9611580-
CMYK0.1700.300.55
HSL92.57º17.95%38.24%-
HSV(B)92.57º30.43%45.1%-
XYZ12.415.339.89-
YUV105.33113.71121.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=32.99%
G=39.52%
B=27.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115800.1700.300.5592.5717.9538.24
Hex6073501101E375d1226
Octal14016312021036671352246
Binary11000001110011101000010001011110110111101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607350; }

 p { color: rgb(96,115,80); }

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

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

 a { background-color: rgb(96,115,80); }

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

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

 span { border-color: rgb(96,115,80); }

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