#607151

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

Shades of Dingley #607151

Tints of Dingley #607151

Color information

#607151 (or 0x607151) is unknown color: approx Dingley. HEX triplet: 60, 71 and 51. RGB value is (96,113,81). Sum of RGB (Red+Green+Blue) = 96+113+81=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #607151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607151 is #9F8EAE. Grayscale: #686868. Windows color (decimal): -10456751 or 5337440. OLE color: 5337440.

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

Color convert

RGB9611381-
CMYK0.1500.280.56
HSL91.88º16.49%38.04%-
HSV(B)91.88º28.32%44.31%-
XYZ12.2114.8910.02-
YUV104.27114.87122.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=33.10%
G=38.97%
B=27.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113810.1500.280.5691.8816.4938.04
Hex607151F01C385c1026
Octal14016112117034701342046
Binary1100000111000110100011111011100111000101110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607151; }

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

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

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

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

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

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

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

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