#68693A

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

Shades of Verdigris #68693A

Tints of Verdigris #68693A

Color information

#68693A (or 0x68693A) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 3A. RGB value is (104,105,58). Sum of RGB (Red+Green+Blue) = 104+105+58=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #68693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693A is #9796C5. Grayscale: #636363. Windows color (decimal): -9934534 or 3828072. OLE color: 3828072.

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

Color convert

RGB10410558-
CMYK0.0100.450.59
HSL61.28º28.83%31.96%-
HSV(B)61.28º44.76%41.18%-
XYZ11.5213.355.97-
YUV99.34104.67131.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=38.95%
G=39.33%
B=21.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105580.0100.450.5961.2828.8331.96
Hex68693A102D3B3d1d20
Octal15015172105573753540
Binary110100011010011110101010110111101111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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