#65683A

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

Shades of Verdigris #65683A

Tints of Verdigris #65683A

Color information

#65683A (or 0x65683A) is unknown color: approx Verdigris. HEX triplet: 65, 68 and 3A. RGB value is (101,104,58). Sum of RGB (Red+Green+Blue) = 101+104+58=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #65683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65683A is #9A97C5. Grayscale: #626262. Windows color (decimal): -10131398 or 3827813. OLE color: 3827813.

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

Color convert

RGB10110458-
CMYK0.0300.440.59
HSL63.91º28.4%31.76%-
HSV(B)63.91º44.23%40.78%-
XYZ11.0812.975.92-
YUV97.86105.51130.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=38.40%
G=39.54%
B=22.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104580.0300.440.5963.9128.431.76
Hex65683A302C3B401c20
Octal145150723054731003440
Binary11001011101000111010110101100111011100000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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