#65613F

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

Shades of Verdigris #65613F

Tints of Verdigris #65613F

Color information

#65613F (or 0x65613F) is unknown color: approx Verdigris. HEX triplet: 65, 61 and 3F. RGB value is (101,97,63). Sum of RGB (Red+Green+Blue) = 101+97+63=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65613F is #9A9EC0. Grayscale: #5E5E5E. Windows color (decimal): -10133185 or 4153701. OLE color: 4153701.

HSL color Cylindrical-coordinate representation of color #65613F: hue angle of 53.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65613F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1019763-
CMYK00.040.380.60
HSL53.68º23.17%32.16%-
HSV(B)53.68º37.62%39.61%-
XYZ10.5411.676.4-
YUV94.32110.33132.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 63 (25% from 255) = 24.14%
R=38.70%
G=37.16%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101976300.040.380.6053.6823.1732.16
Hex65613F04263C361720
Octal14514177044674662740
Binary11001011100001111111010010011011110011011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65613F; }

 p { color: rgb(101,97,63); }

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

<style>
 a { background-color: #65613F; }

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

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

<style>
 span { border-color: #65613F; }

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

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