#68623F

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

Shades of Verdigris #68623F

Tints of Verdigris #68623F

Color information

#68623F (or 0x68623F) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 3F. RGB value is (104,98,63). Sum of RGB (Red+Green+Blue) = 104+98+63=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68623F is #979DC0. Grayscale: #5F5F5F. Windows color (decimal): -9936321 or 4153960. OLE color: 4153960.

HSL color Cylindrical-coordinate representation of color #68623F: hue angle of 51.22º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68623F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1049863-
CMYK00.060.390.59
HSL51.22º24.55%32.75%-
HSV(B)51.22º39.42%40.78%-
XYZ10.9712.046.45-
YUV95.8109.49133.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 63 (25% from 255) = 23.77%
R=39.25%
G=36.98%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104986300.060.390.5951.2224.5532.75
Hex68623F06273B331921
Octal15014277064773633141
Binary11010001100010111111011010011111101111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68623F; }

 p { color: rgb(104,98,63); }

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

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

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

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

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

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

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