#60603F

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

Shades of Verdigris #60603F

Tints of Verdigris #60603F

Color information

#60603F (or 0x60603F) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 3F. RGB value is (96,96,63). Sum of RGB (Red+Green+Blue) = 96+96+63=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60603F is #9F9FC0. Grayscale: #5C5C5C. Windows color (decimal): -10461121 or 4153440. OLE color: 4153440.

HSL color Cylindrical-coordinate representation of color #60603F: hue angle of 60º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60603F is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB969663-
CMYK000.340.62
HSL60º20.75%31.18%-
HSV(B)60º34.38%37.65%-
XYZ9.911.216.34-
YUV92.24111.5130.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 63 (25% from 255) = 24.71%
R=37.65%
G=37.65%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969663000.340.626020.7531.18
Hex60603F00223E3c151f
Octal14014077004276742537
Binary11000001100000111111001000101111101111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60603F; }

 p { color: rgb(96,96,63); }

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

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

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

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

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

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

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