#68693B

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

Shades of Verdigris #68693B

Tints of Verdigris #68693B

Color information

#68693B (or 0x68693B) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 3B. RGB value is (104,105,59). Sum of RGB (Red+Green+Blue) = 104+105+59=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #68693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693B is #9796C4. Grayscale: #636363. Windows color (decimal): -9934533 or 3893608. OLE color: 3893608.

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

Color convert

RGB10410559-
CMYK0.0100.440.59
HSL61.3º28.05%32.16%-
HSV(B)61.3º43.81%41.18%-
XYZ11.5513.366.11-
YUV99.46105.17131.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=38.81%
G=39.18%
B=22.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105590.0100.440.5961.328.0532.16
Hex68693B102C3B3d1c20
Octal15015173105473753440
Binary110100011010011110111010110011101111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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