#65603A

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

Shades of Verdigris #65603A

Tints of Verdigris #65603A

Color information

#65603A (or 0x65603A) is unknown color: approx Verdigris. HEX triplet: 65, 60 and 3A. RGB value is (101,96,58). Sum of RGB (Red+Green+Blue) = 101+96+58=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #65603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65603A is #9A9FC5. Grayscale: #5D5D5D. Windows color (decimal): -10133446 or 3825765. OLE color: 3825765.

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

Color convert

RGB1019658-
CMYK00.050.430.60
HSL53.02º27.04%31.18%-
HSV(B)53.02º42.57%39.61%-
XYZ10.3111.445.67-
YUV93.16108.16133.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=39.61%
G=37.65%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101965800.050.430.6053.0227.0431.18
Hex65603A052B3C351b1f
Octal14514072055374653337
Binary1100101110000011101001011010111111001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65603A; }

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

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

<style>
 a { background-color: #65603A; }

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

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

<style>
 span { border-color: #65603A; }

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

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