#665F44

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

Shades of Verdigris #665F44

Tints of Verdigris #665F44

Color information

#665F44 (or 0x665F44) is unknown color: approx Verdigris. HEX triplet: 66, 5F and 44. RGB value is (102,95,68). Sum of RGB (Red+Green+Blue) = 102+95+68=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F44 is #99A0BB. Grayscale: #5E5E5E. Windows color (decimal): -10068156 or 4480870. OLE color: 4480870.

HSL color Cylindrical-coordinate representation of color #665F44: hue angle of 47.65º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665F44 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1029568-
CMYK00.070.330.6
HSL47.65º20%33.33%-
HSV(B)47.65º33.33%40%-
XYZ10.6211.437.11-
YUV94.01113.32133.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=38.49%
G=35.85%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102956800.070.330.647.652033.33
Hex665F4407213C301421
Octal146137104074174602441
Binary110011010111111000100011110000111110011000010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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