Html Css Color HEX #62603F Verdigris

📋 copy color: '#62603F'

red 98 ◦ green 96 ◦ blue 63

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

Shades of Verdigris #62603F

Tints of Verdigris #62603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 38.13%
G = 37.35%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#62603F (or 0x62603F) is known color: Verdigris. HEX triplet: 62, 60 and 3F. RGB value is (98,96,63). Sum of RGB (Red+Green+Blue) = 98+96+63=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62603F is #9D9FC0. Grayscale: #5C5C5C. Windows color (decimal): -10330049 or 4153442. OLE color: 4153442.

HSL color Cylindrical-coordinate representation of color #62603F: hue angle of 56.57º 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 #62603F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 63 -
CMYK 0 0.02 0.36 0.62
HSL 56.57º 0.22% 0.32% -
HSV(B) 56.57º 0.36% 0.38% -
XYZ 10.12 11.32 6.35 -
YUV 92.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 98 96 63 0 0.02 0.36 0.62 56.57 0.22 0.32
Hex 62 60 3F 0 2 24 3E 39 16 20
Octal 142 140 77 0 2 44 76 71 26 40
Binary 1100010 1100000 111111 0 10 100100 111110 111001 10110 100000

Color Harmonies of #62603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62603F

Black with #62603F

Text Example


Text Example

White with #62603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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