#66603A

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

Shades of Verdigris #66603A

Tints of Verdigris #66603A

Color information

#66603A (or 0x66603A) is unknown color: approx Verdigris. HEX triplet: 66, 60 and 3A. RGB value is (102,96,58). Sum of RGB (Red+Green+Blue) = 102+96+58=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #66603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66603A is #999FC5. Grayscale: #5D5D5D. Windows color (decimal): -10067910 or 3825766. OLE color: 3825766.

HSL color Cylindrical-coordinate representation of color #66603A: hue angle of 51.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66603A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1029658-
CMYK00.060.430.6
HSL51.82º27.5%31.37%-
HSV(B)51.82º43.14%40%-
XYZ10.4311.55.67-
YUV93.46107.99134.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=39.84%
G=37.5%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102965800.060.430.651.8227.531.37
Hex66603A062B3C341c1f
Octal14614072065374643437
Binary1100110110000011101001101010111111001101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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