#68643A

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

Shades of Verdigris #68643A

Tints of Verdigris #68643A

Color information

#68643A (or 0x68643A) is unknown color: approx Verdigris. HEX triplet: 68, 64 and 3A. RGB value is (104,100,58). Sum of RGB (Red+Green+Blue) = 104+100+58=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643A is #979BC5. Grayscale: #606060. Windows color (decimal): -9935814 or 3826792. OLE color: 3826792.

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

Color convert

RGB10410058-
CMYK00.040.440.59
HSL54.78º28.4%31.76%-
HSV(B)54.78º44.23%40.78%-
XYZ11.0312.365.81-
YUV96.41106.33133.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=39.69%
G=38.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041005800.040.440.5954.7828.431.76
Hex68643A042C3B371c20
Octal15014472045473673440
Binary11010001100100111010010010110011101111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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