#60603D

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

Shades of Verdigris #60603D

Tints of Verdigris #60603D

Color information

#60603D (or 0x60603D) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 3D. RGB value is (96,96,61). Sum of RGB (Red+Green+Blue) = 96+96+61=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60603D is #9F9FC2. Grayscale: #5C5C5C. Windows color (decimal): -10461123 or 4022368. OLE color: 4022368.

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

Color convert

RGB969661-
CMYK000.360.62
HSL60º22.29%30.78%-
HSV(B)60º36.46%37.65%-
XYZ9.8511.196.06-
YUV92.01110.5130.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=37.94%
G=37.94%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969661000.360.626022.2930.78
Hex60603D00243E3c161f
Octal14014075004476742637
Binary11000001100000111101001001001111101111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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