#60603C

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

Shades of Verdigris #60603C

Tints of Verdigris #60603C

Color information

#60603C (or 0x60603C) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 3C. RGB value is (96,96,60). Sum of RGB (Red+Green+Blue) = 96+96+60=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60603C is #9F9FC3. Grayscale: #5C5C5C. Windows color (decimal): -10461124 or 3956832. OLE color: 3956832.

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

Color convert

RGB969660-
CMYK000.380.62
HSL60º23.08%30.59%-
HSV(B)60º37.5%37.65%-
XYZ9.8211.185.91-
YUV91.9110130.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=38.10%
G=38.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969660000.380.626023.0830.59
Hex60603C00263E3c171f
Octal14014074004676742737
Binary11000001100000111100001001101111101111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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