#62613A

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

Shades of Verdigris #62613A

Tints of Verdigris #62613A

Color information

#62613A (or 0x62613A) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 3A. RGB value is (98,97,58). Sum of RGB (Red+Green+Blue) = 98+97+58=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #62613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62613A is #9D9EC5. Grayscale: #5D5D5D. Windows color (decimal): -10329798 or 3826018. OLE color: 3826018.

HSL color Cylindrical-coordinate representation of color #62613A: hue angle of 58.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62613A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB989758-
CMYK00.010.410.62
HSL58.5º25.64%30.59%-
HSV(B)58.5º40.82%38.43%-
XYZ10.0811.455.68-
YUV92.85108.33131.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=38.74%
G=38.34%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98975800.010.410.6258.525.6430.59
Hex62613A01293E3a1a1f
Octal14214172015176723237
Binary11000101100001111010011010011111101110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,97,58); }

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

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

 a { background-color: rgb(98,97,58); }

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

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

 span { border-color: rgb(98,97,58); }

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