#655B3A

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

Shades of Verdigris #655B3A

Tints of Verdigris #655B3A

Color information

#655B3A (or 0x655B3A) is unknown color: approx Verdigris. HEX triplet: 65, 5B and 3A. RGB value is (101,91,58). Sum of RGB (Red+Green+Blue) = 101+91+58=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B3A is #9AA4C5. Grayscale: #5A5A5A. Windows color (decimal): -10134726 or 3824485. OLE color: 3824485.

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

Color convert

RGB1019158-
CMYK00.100.430.60
HSL46.05º27.04%31.18%-
HSV(B)46.05º42.57%39.61%-
XYZ9.8710.555.52-
YUV90.23109.81135.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=40.4%
G=36.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101915800.100.430.6046.0527.0431.18
Hex655B3A0A2B3C2e1b1f
Octal145133720125374563337
Binary11001011011011111010010101010111111001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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