#665F3A

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

Shades of Verdigris #665F3A

Tints of Verdigris #665F3A

Color information

#665F3A (or 0x665F3A) is unknown color: approx Verdigris. HEX triplet: 66, 5F and 3A. RGB value is (102,95,58). Sum of RGB (Red+Green+Blue) = 102+95+58=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F3A is #99A0C5. Grayscale: #5D5D5D. Windows color (decimal): -10068166 or 3825510. OLE color: 3825510.

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

Color convert

RGB1029558-
CMYK00.070.430.6
HSL50.45º27.5%31.37%-
HSV(B)50.45º43.14%40%-
XYZ10.3411.315.64-
YUV92.87108.32134.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=40%
G=37.25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102955800.070.430.650.4527.531.37
Hex665F3A072B3C321c1f
Octal14613772075374623437
Binary1100110101111111101001111010111111001100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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