#68613A

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

Shades of Verdigris #68613A

Tints of Verdigris #68613A

Color information

#68613A (or 0x68613A) is unknown color: approx Verdigris. HEX triplet: 68, 61 and 3A. RGB value is (104,97,58). Sum of RGB (Red+Green+Blue) = 104+97+58=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613A is #979EC5. Grayscale: #5E5E5E. Windows color (decimal): -9936582 or 3826024. OLE color: 3826024.

HSL color Cylindrical-coordinate representation of color #68613A: hue angle of 50.87º 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 #68613A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1049758-
CMYK00.070.440.59
HSL50.87º28.4%31.76%-
HSV(B)50.87º44.23%40.78%-
XYZ10.7511.85.71-
YUV94.65107.32134.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=40.15%
G=37.45%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104975800.070.440.5950.8728.431.76
Hex68613A072C3B331c20
Octal15014172075473633440
Binary11010001100001111010011110110011101111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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