#655E3A

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

Shades of Verdigris #655E3A

Tints of Verdigris #655E3A

Color information

#655E3A (or 0x655E3A) is unknown color: approx Verdigris. HEX triplet: 65, 5E and 3A. RGB value is (101,94,58). Sum of RGB (Red+Green+Blue) = 101+94+58=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E3A is #9AA1C5. Grayscale: #5C5C5C. Windows color (decimal): -10133958 or 3825253. OLE color: 3825253.

HSL color Cylindrical-coordinate representation of color #655E3A: hue angle of 50.23º degrees, saturation: 0.27, 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 #655E3A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1019458-
CMYK00.070.430.60
HSL50.23º27.04%31.18%-
HSV(B)50.23º42.57%39.61%-
XYZ10.1311.085.61-
YUV91.99108.82134.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=39.92%
G=37.15%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101945800.070.430.6050.2327.0431.18
Hex655E3A072B3C321b1f
Octal14513672075374623337
Binary1100101101111011101001111010111111001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E3A; }

 p { color: rgb(101,94,58); }

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

<style>
 a { background-color: #655E3A; }

 a { background-color: rgb(101,94,58); }

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

<style>
 span { border-color: #655E3A; }

 span { border-color: rgb(101,94,58); }

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