#65653D

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

Shades of Verdigris #65653D

Tints of Verdigris #65653D

Color information

#65653D (or 0x65653D) is unknown color: approx Verdigris. HEX triplet: 65, 65 and 3D. RGB value is (101,101,61). Sum of RGB (Red+Green+Blue) = 101+101+61=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65653D is #9A9AC2. Grayscale: #606060. Windows color (decimal): -10132163 or 4023653. OLE color: 4023653.

HSL color Cylindrical-coordinate representation of color #65653D: hue angle of 60º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65653D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB10110161-
CMYK000.400.60
HSL60º24.69%31.76%-
HSV(B)60º39.6%39.61%-
XYZ10.8612.416.24-
YUV96.44108131.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=38.40%
G=38.40%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110161000.400.606024.6931.76
Hex65653D00283C3c1920
Octal14514575005074743140
Binary110010111001011111010010100011110011110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65653D; }

 p { color: rgb(101,101,61); }

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

<style>
 a { background-color: #65653D; }

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

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

<style>
 span { border-color: #65653D; }

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

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