#66673E

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

Shades of Verdigris #66673E

Tints of Verdigris #66673E

Color information

#66673E (or 0x66673E) is unknown color: approx Verdigris. HEX triplet: 66, 67 and 3E. RGB value is (102,103,62). Sum of RGB (Red+Green+Blue) = 102+103+62=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #66673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66673E is #9998C1. Grayscale: #626262. Windows color (decimal): -10066114 or 4089702. OLE color: 4089702.

HSL color Cylindrical-coordinate representation of color #66673E: hue angle of 61.46º 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 #66673E is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB10210362-
CMYK0.0100.400.60
HSL61.46º24.85%32.35%-
HSV(B)61.46º39.81%40.39%-
XYZ11.212.876.45-
YUV98.03107.67130.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=38.20%
G=38.58%
B=23.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103620.0100.400.6061.4624.8532.35
Hex66673E10283C3d1920
Octal14614776105074753140
Binary110011011001111111101010100011110011110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66673E; }

 p { color: rgb(102,103,62); }

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

<style>
 a { background-color: #66673E; }

 a { background-color: rgb(102,103,62); }

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

<style>
 span { border-color: #66673E; }

 span { border-color: rgb(102,103,62); }

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