#66693A

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

Shades of Verdigris #66693A

Tints of Verdigris #66693A

Color information

#66693A (or 0x66693A) is unknown color: approx Verdigris. HEX triplet: 66, 69 and 3A. RGB value is (102,105,58). Sum of RGB (Red+Green+Blue) = 102+105+58=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #66693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693A is #9996C5. Grayscale: #626262. Windows color (decimal): -10065606 or 3828070. OLE color: 3828070.

HSL color Cylindrical-coordinate representation of color #66693A: hue angle of 63.83º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66693A is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB10210558-
CMYK0.0300.450.59
HSL63.83º28.83%31.96%-
HSV(B)63.83º44.76%41.18%-
XYZ11.2913.235.96-
YUV98.74105.01130.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=38.49%
G=39.62%
B=21.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105580.0300.450.5963.8328.8331.96
Hex66693A302D3B401d20
Octal146151723055731003540
Binary11001101101001111010110101101111011100000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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