#665C3A

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

Shades of Verdigris #665C3A

Tints of Verdigris #665C3A

Color information

#665C3A (or 0x665C3A) is unknown color: approx Verdigris. HEX triplet: 66, 5C and 3A. RGB value is (102,92,58). Sum of RGB (Red+Green+Blue) = 102+92+58=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C3A is #99A3C5. Grayscale: #5B5B5B. Windows color (decimal): -10068934 or 3824742. OLE color: 3824742.

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

Color convert

RGB1029258-
CMYK00.100.430.6
HSL46.36º27.5%31.37%-
HSV(B)46.36º43.14%40%-
XYZ10.0710.785.55-
YUV91.11109.31135.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=40.48%
G=36.51%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102925800.100.430.646.3627.531.37
Hex665C3A0A2B3C2e1c1f
Octal146134720125374563437
Binary11001101011100111010010101010111111001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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