Html Css Color HEX #626049 Verdigris

📋 copy color: '#626049'

red 98 ◦ green 96 ◦ blue 73

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

Shades of Verdigris #626049

Tints of Verdigris #626049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 36.7%
G = 35.96%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#626049 (or 0x626049) is known color: Verdigris. HEX triplet: 62, 60 and 49. RGB value is (98,96,73). Sum of RGB (Red+Green+Blue) = 98+96+73=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #626049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626049 is #9D9FB6. Grayscale: #5E5E5E. Windows color (decimal): -10330039 or 4808802. OLE color: 4808802.

HSL color Cylindrical-coordinate representation of color #626049: hue angle of 55.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626049 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 73 -
CMYK 0 0.02 0.26 0.62
HSL 55.2º 0.15% 0.34% -
HSV(B) 55.2º 0.26% 0.38% -
XYZ 10.42 11.44 7.96 -
YUV 93.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 98 96 73 0 0.02 0.26 0.62 55.2 0.15 0.34
Hex 62 60 49 0 2 1A 3E 37 F 22
Octal 142 140 111 0 2 32 76 67 17 42
Binary 1100010 1100000 1001001 0 10 11010 111110 110111 1111 100010

Color Harmonies of #626049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626049

Black with #626049

Text Example


Text Example

White with #626049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626049; }

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

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

background-color css

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

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

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

border-color css

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

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

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