#607150

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

Shades of Dingley #607150

Tints of Dingley #607150

Color information

#607150 (or 0x607150) is unknown color: approx Dingley. HEX triplet: 60, 71 and 50. RGB value is (96,113,80). Sum of RGB (Red+Green+Blue) = 96+113+80=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #607150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607150 is #9F8EAF. Grayscale: #686868. Windows color (decimal): -10456752 or 5271904. OLE color: 5271904.

HSL color Cylindrical-coordinate representation of color #607150: hue angle of 90.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607150 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB9611380-
CMYK0.1500.290.56
HSL90.91º17.1%37.84%-
HSV(B)90.91º29.2%44.31%-
XYZ12.1814.889.82-
YUV104.16114.37122.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=33.22%
G=39.10%
B=27.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113800.1500.290.5690.9117.137.84
Hex607150F01D385b1126
Octal14016112017035701332146
Binary1100000111000110100001111011101111000101101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607150; }

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

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

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

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

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

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

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

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