#655D3D

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

Shades of Verdigris #655D3D

Tints of Verdigris #655D3D

Color information

#655D3D (or 0x655D3D) is unknown color: approx Verdigris. HEX triplet: 65, 5D and 3D. RGB value is (101,93,61). Sum of RGB (Red+Green+Blue) = 101+93+61=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #655D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D3D is #9AA2C2. Grayscale: #5B5B5B. Windows color (decimal): -10134211 or 4021605. OLE color: 4021605.

HSL color Cylindrical-coordinate representation of color #655D3D: hue angle of 48º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655D3D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1019361-
CMYK00.080.400.60
HSL48º24.69%31.76%-
HSV(B)48º39.6%39.61%-
XYZ10.1210.935.99-
YUV91.74110.65134.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=39.61%
G=36.47%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101936100.080.400.604824.6931.76
Hex655D3D08283C301920
Octal145135750105074603140
Binary110010110111011111010100010100011110011000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,61); }

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

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

 a { background-color: rgb(101,93,61); }

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

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

 span { border-color: rgb(101,93,61); }

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