#66613F

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

Shades of Verdigris #66613F

Tints of Verdigris #66613F

Color information

#66613F (or 0x66613F) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 3F. RGB value is (102,97,63). Sum of RGB (Red+Green+Blue) = 102+97+63=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66613F is #999EC0. Grayscale: #5E5E5E. Windows color (decimal): -10067649 or 4153702. OLE color: 4153702.

HSL color Cylindrical-coordinate representation of color #66613F: hue angle of 52.31º degrees, saturation: 0.24, 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 #66613F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1029763-
CMYK00.050.380.6
HSL52.31º23.64%32.35%-
HSV(B)52.31º38.24%40%-
XYZ10.6511.736.41-
YUV94.62110.16133.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 63 (25% from 255) = 24.05%
R=38.93%
G=37.02%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102976300.050.380.652.3123.6432.35
Hex66613F05263C341820
Octal14614177054674643040
Binary11001101100001111111010110011011110011010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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