#68633A

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

Shades of Verdigris #68633A

Tints of Verdigris #68633A

Color information

#68633A (or 0x68633A) is unknown color: approx Verdigris. HEX triplet: 68, 63 and 3A. RGB value is (104,99,58). Sum of RGB (Red+Green+Blue) = 104+99+58=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68633A is #979CC5. Grayscale: #5F5F5F. Windows color (decimal): -9936070 or 3826536. OLE color: 3826536.

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

Color convert

RGB1049958-
CMYK00.050.440.59
HSL53.48º28.4%31.76%-
HSV(B)53.48º44.23%40.78%-
XYZ10.9312.175.78-
YUV95.82106.66133.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=39.85%
G=37.93%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104995800.050.440.5953.4828.431.76
Hex68633A052C3B351c20
Octal15014372055473653440
Binary11010001100011111010010110110011101111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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