#626233

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

Shades of Verdigris #626233

Tints of Verdigris #626233

Color information

#626233 (or 0x626233) is unknown color: approx Verdigris. HEX triplet: 62, 62 and 33. RGB value is (98,98,51). Sum of RGB (Red+Green+Blue) = 98+98+51=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626233 is #9D9DCC. Grayscale: #5C5C5C. Windows color (decimal): -10329549 or 3367522. OLE color: 3367522.

HSL color Cylindrical-coordinate representation of color #626233: hue angle of 60º 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 #626233 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB989851-
CMYK000.480.62
HSL60º31.54%29.22%-
HSV(B)60º47.96%38.43%-
XYZ1011.574.84-
YUV92.64104.5131.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=39.68%
G=39.68%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989851000.480.626031.5429.22
Hex62623300303E3c201d
Octal14214263006076744035
Binary110001011000101100110011000011111011110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626233; }

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

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

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

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

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

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

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

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