#66613D

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

Shades of Verdigris #66613D

Tints of Verdigris #66613D

Color information

#66613D (or 0x66613D) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 3D. RGB value is (102,97,61). Sum of RGB (Red+Green+Blue) = 102+97+61=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66613D is #999EC2. Grayscale: #5E5E5E. Windows color (decimal): -10067651 or 4022630. OLE color: 4022630.

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

Color convert

RGB1029761-
CMYK00.050.400.6
HSL52.68º25.15%31.96%-
HSV(B)52.68º40.2%40%-
XYZ10.611.716.12-
YUV94.39109.16133.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=39.23%
G=37.31%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102976100.050.400.652.6825.1531.96
Hex66613D05283C351920
Octal14614175055074653140
Binary11001101100001111101010110100011110011010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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