#665D3A

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

Shades of Verdigris #665D3A

Tints of Verdigris #665D3A

Color information

#665D3A (or 0x665D3A) is unknown color: approx Verdigris. HEX triplet: 66, 5D and 3A. RGB value is (102,93,58). Sum of RGB (Red+Green+Blue) = 102+93+58=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D3A is #99A2C5. Grayscale: #5B5B5B. Windows color (decimal): -10068678 or 3824998. OLE color: 3824998.

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

Color convert

RGB1029358-
CMYK00.090.430.6
HSL47.73º27.5%31.37%-
HSV(B)47.73º43.14%40%-
XYZ10.1610.965.58-
YUV91.7108.98135.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=40.32%
G=36.76%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102935800.090.430.647.7327.531.37
Hex665D3A092B3C301c1f
Octal146135720115374603437
Binary11001101011101111010010011010111111001100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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