#607572

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

Shades of William #607572

Tints of William #607572

Color information

#607572 (or 0x607572) is unknown color: approx William. HEX triplet: 60, 75 and 72. RGB value is (96,117,114). Sum of RGB (Red+Green+Blue) = 96+117+114=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #607572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607572 is #9F8A8D. Grayscale: #6E6E6E. Windows color (decimal): -10455694 or 7501152. OLE color: 7501152.

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

Color convert

RGB96117114-
CMYK0.1800.030.54
HSL171.43º9.86%41.76%-
HSV(B)171.43º17.95%45.88%-
XYZ14.2216.4218.34-
YUV110.38130.04117.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=29.36%
G=35.78%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171140.1800.030.54171.439.8641.76
Hex607572120336aba2a
Octal1401651622203662531252
Binary11000001110101111001010010011110110101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607572; }

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

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

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

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

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

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

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

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