Html Css Color HEX #62613C Verdigris

📋 copy color: '#62613C'

red 98 ◦ green 97 ◦ blue 60

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

Shades of Verdigris #62613C

Tints of Verdigris #62613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 38.43%
G = 38.04%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#62613C (or 0x62613C) is known color: Verdigris. HEX triplet: 62, 61 and 3C. RGB value is (98,97,60). Sum of RGB (Red+Green+Blue) = 98+97+60=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #62613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62613C is #9D9EC3. Grayscale: #5D5D5D. Windows color (decimal): -10329796 or 3957090. OLE color: 3957090.

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

Color convert

RGB 98 97 60 -
CMYK 0 0.01 0.39 0.62
HSL 58.42º 0.24% 0.31% -
HSV(B) 58.42º 0.39% 0.38% -
XYZ 10.13 11.47 5.96 -
YUV 93.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 98 97 60 0 0.01 0.39 0.62 58.42 0.24 0.31
Hex 62 61 3C 0 1 27 3E 3A 18 1F
Octal 142 141 74 0 1 47 76 72 30 37
Binary 1100010 1100001 111100 0 1 100111 111110 111010 11000 11111

Color Harmonies of #62613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62613C

Black with #62613C

Text Example


Text Example

White with #62613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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