#655D38

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

Shades of Verdigris #655D38

Tints of Verdigris #655D38

Color information

#655D38 (or 0x655D38) is unknown color: approx Verdigris. HEX triplet: 65, 5D and 38. RGB value is (101,93,56). Sum of RGB (Red+Green+Blue) = 101+93+56=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D38 is #9AA2C7. Grayscale: #5B5B5B. Windows color (decimal): -10134216 or 3693925. OLE color: 3693925.

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

Color convert

RGB1019356-
CMYK00.080.450.60
HSL49.33º28.66%30.78%-
HSV(B)49.33º44.55%39.61%-
XYZ9.9910.885.31-
YUV91.17108.15135.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=40.4%
G=37.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101935600.080.450.6049.3328.6630.78
Hex655D38082D3C311d1f
Octal145135700105574613537
Binary11001011011101111000010001011011111001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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