#665D3D

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

Shades of Verdigris #665D3D

Tints of Verdigris #665D3D

Color information

#665D3D (or 0x665D3D) is unknown color: approx Verdigris. HEX triplet: 66, 5D and 3D. RGB value is (102,93,61). Sum of RGB (Red+Green+Blue) = 102+93+61=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D3D is #99A2C2. Grayscale: #5C5C5C. Windows color (decimal): -10068675 or 4021606. OLE color: 4021606.

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

Color convert

RGB1029361-
CMYK00.090.400.6
HSL46.83º25.15%31.96%-
HSV(B)46.83º40.2%40%-
XYZ10.2410.996-
YUV92.04110.48135.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=39.84%
G=36.33%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102936100.090.400.646.8325.1531.96
Hex665D3D09283C2f1920
Octal146135750115074573140
Binary110011010111011111010100110100011110010111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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