#606038

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

Shades of Verdigris #606038

Tints of Verdigris #606038

Color information

#606038 (or 0x606038) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 38. RGB value is (96,96,56). Sum of RGB (Red+Green+Blue) = 96+96+56=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606038 is #9F9FC7. Grayscale: #5B5B5B. Windows color (decimal): -10461128 or 3694688. OLE color: 3694688.

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

Color convert

RGB969656-
CMYK000.420.62
HSL60º26.32%29.8%-
HSV(B)60º41.67%37.65%-
XYZ9.7211.145.38-
YUV91.44108131.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=38.71%
G=38.71%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969656000.420.626026.3229.8
Hex606038002A3E3c1a1e
Octal14014070005276743236
Binary11000001100000111000001010101111101111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606038; }

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

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

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

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

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

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

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

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