#655C3B

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

Shades of Verdigris #655C3B

Tints of Verdigris #655C3B

Color information

#655C3B (or 0x655C3B) is unknown color: approx Verdigris. HEX triplet: 65, 5C and 3B. RGB value is (101,92,59). Sum of RGB (Red+Green+Blue) = 101+92+59=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C3B is #9AA3C4. Grayscale: #5B5B5B. Windows color (decimal): -10134469 or 3890277. OLE color: 3890277.

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

Color convert

RGB1019259-
CMYK00.090.420.60
HSL47.14º26.25%31.37%-
HSV(B)47.14º41.58%39.61%-
XYZ9.9810.745.68-
YUV90.93109.98135.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=40.08%
G=36.51%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101925900.090.420.6047.1426.2531.37
Hex655C3B092A3C2f1a1f
Octal145134730115274573237
Binary11001011011100111011010011010101111001011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,59); }

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

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

 a { background-color: rgb(101,92,59); }

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

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

 span { border-color: rgb(101,92,59); }

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