Html Css Color HEX #62613F Verdigris

📋 copy color: '#62613F'

red 98 ◦ green 97 ◦ blue 63

#62613F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #62613F

Tints of Verdigris #62613F

RGB

 RED value IS 98 (38.67% from 255) = 37.98%

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 37.98%
G = 37.6%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#62613F (or 0x62613F) is known color: Verdigris. HEX triplet: 62, 61 and 3F. RGB value is (98,97,63). Sum of RGB (Red+Green+Blue) = 98+97+63=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62613F is #9D9EC0. Grayscale: #5D5D5D. Windows color (decimal): -10329793 or 4153698. OLE color: 4153698.

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

Color convert

RGB 98 97 63 -
CMYK 0 0.01 0.36 0.62
HSL 58.29º 0.22% 0.32% -
HSV(B) 58.29º 0.36% 0.38% -
XYZ 10.21 11.5 6.39 -
YUV 93.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 98 97 63 0 0.01 0.36 0.62 58.29 0.22 0.32
Hex 62 61 3F 0 1 24 3E 3A 16 20
Octal 142 141 77 0 1 44 76 72 26 40
Binary 1100010 1100001 111111 0 1 100100 111110 111010 10110 100000

Color Harmonies of #62613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62613F

Black with #62613F

Text Example


Text Example

White with #62613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62613F;
 }
 .AnyTagClassName
 {
   color: #62613F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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