#606233

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

Shades of Verdigris #606233

Tints of Verdigris #606233

Color information

#606233 (or 0x606233) is unknown color: approx Verdigris. HEX triplet: 60, 62 and 33. RGB value is (96,98,51). Sum of RGB (Red+Green+Blue) = 96+98+51=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #606233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606233 is #9F9DCC. Grayscale: #5C5C5C. Windows color (decimal): -10460621 or 3367520. OLE color: 3367520.

HSL color Cylindrical-coordinate representation of color #606233: hue angle of 62.55º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606233 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB969851-
CMYK0.0200.480.62
HSL62.55º31.54%29.22%-
HSV(B)62.55º47.96%38.43%-
XYZ9.7911.464.83-
YUV92.04104.84130.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=39.18%
G=40%
B=20.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698510.0200.480.6262.5531.5429.22
Hex60623320303E3f201d
Octal14014263206076774035
Binary1100000110001011001110011000011111011111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606233; }

 p { color: rgb(96,98,51); }

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

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

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

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

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

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

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