#68693F

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

Shades of Verdigris #68693F

Tints of Verdigris #68693F

Color information

#68693F (or 0x68693F) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 3F. RGB value is (104,105,63). Sum of RGB (Red+Green+Blue) = 104+105+63=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #68693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693F is #9796C0. Grayscale: #646464. Windows color (decimal): -9934529 or 4155752. OLE color: 4155752.

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

Color convert

RGB10410563-
CMYK0.0100.40.59
HSL61.43º25%32.94%-
HSV(B)61.43º40%41.18%-
XYZ11.6613.416.68-
YUV99.91107.17130.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 63 (25% from 255) = 23.16%
R=38.24%
G=38.60%
B=23.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105630.0100.40.5961.432532.94
Hex68693F10283B3d1921
Octal15015177105073753141
Binary110100011010011111111010100011101111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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