#65663A

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

Shades of Verdigris #65663A

Tints of Verdigris #65663A

Color information

#65663A (or 0x65663A) is unknown color: approx Verdigris. HEX triplet: 65, 66 and 3A. RGB value is (101,102,58). Sum of RGB (Red+Green+Blue) = 101+102+58=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #65663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65663A is #9A99C5. Grayscale: #606060. Windows color (decimal): -10131910 or 3827301. OLE color: 3827301.

HSL color Cylindrical-coordinate representation of color #65663A: hue angle of 61.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65663A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB10110258-
CMYK0.0100.430.6
HSL61.36º27.5%31.37%-
HSV(B)61.36º43.14%40%-
XYZ10.8812.575.86-
YUV96.68106.17131.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=38.70%
G=39.08%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102580.0100.430.661.3627.531.37
Hex65663A102B3C3d1c1f
Octal14514672105374753437
Binary11001011100110111010101010111111001111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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