#665E3A

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

Shades of Verdigris #665E3A

Tints of Verdigris #665E3A

Color information

#665E3A (or 0x665E3A) is unknown color: approx Verdigris. HEX triplet: 66, 5E and 3A. RGB value is (102,94,58). Sum of RGB (Red+Green+Blue) = 102+94+58=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E3A is #99A1C5. Grayscale: #5C5C5C. Windows color (decimal): -10068422 or 3825254. OLE color: 3825254.

HSL color Cylindrical-coordinate representation of color #665E3A: hue angle of 49.09º 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 #665E3A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1029458-
CMYK00.080.430.6
HSL49.09º27.5%31.37%-
HSV(B)49.09º43.14%40%-
XYZ10.2511.145.61-
YUV92.29108.65134.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=40.16%
G=37.01%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102945800.080.430.649.0927.531.37
Hex665E3A082B3C311c1f
Octal146136720105374613437
Binary11001101011110111010010001010111111001100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E3A; }

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

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

<style>
 a { background-color: #665E3A; }

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

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

<style>
 span { border-color: #665E3A; }

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

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