#607550

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

Shades of Dingley #607550

Tints of Dingley #607550

Color information

#607550 (or 0x607550) is unknown color: approx Dingley. HEX triplet: 60, 75 and 50. RGB value is (96,117,80). Sum of RGB (Red+Green+Blue) = 96+117+80=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #607550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607550 is #9F8AAF. Grayscale: #6A6A6A. Windows color (decimal): -10455728 or 5272928. OLE color: 5272928.

HSL color Cylindrical-coordinate representation of color #607550: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607550 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB9611780-
CMYK0.1800.320.54
HSL94.05º18.78%38.63%-
HSV(B)94.05º31.62%45.88%-
XYZ12.6315.799.97-
YUV106.5113.04120.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=32.76%
G=39.93%
B=27.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117800.1800.320.5494.0518.7838.63
Hex60755012020365e1327
Octal14016512022040661362347
Binary110000011101011010000100100100000110110101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607550; }

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

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

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

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

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

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

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

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