#665E3B

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

Shades of Verdigris #665E3B

Tints of Verdigris #665E3B

Color information

#665E3B (or 0x665E3B) is unknown color: approx Verdigris. HEX triplet: 66, 5E and 3B. RGB value is (102,94,59). Sum of RGB (Red+Green+Blue) = 102+94+59=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E3B is #99A1C4. Grayscale: #5C5C5C. Windows color (decimal): -10068421 or 3890790. OLE color: 3890790.

HSL color Cylindrical-coordinate representation of color #665E3B: hue angle of 48.84º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665E3B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1029459-
CMYK00.080.420.6
HSL48.84º26.71%31.57%-
HSV(B)48.84º42.16%40%-
XYZ10.2711.155.75-
YUV92.4109.15134.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=40%
G=36.86%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102945900.080.420.648.8426.7131.57
Hex665E3B082A3C311b20
Octal146136730105274613340
Binary110011010111101110110100010101011110011000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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