Html Css Color HEX #626340 Verdigris

📋 copy color: '#626340'

red 98 ◦ green 99 ◦ blue 64

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

Shades of Verdigris #626340

Tints of Verdigris #626340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.93%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 37.55%
G = 37.93%
B = 24.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#626340 (or 0x626340) is known color: Verdigris. HEX triplet: 62, 63 and 40. RGB value is (98,99,64). Sum of RGB (Red+Green+Blue) = 98+99+64=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #626340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626340 is #9D9CBF. Grayscale: #5E5E5E. Windows color (decimal): -10329280 or 4219746. OLE color: 4219746.

HSL color Cylindrical-coordinate representation of color #626340: hue angle of 61.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626340 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 99 64 -
CMYK 0.01 0 0.35 0.61
HSL 61.71º 0.21% 0.32% -
HSV(B) 61.71º 0.35% 0.39% -
XYZ 10.42 11.89 6.6 -
YUV 94.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 98 99 64 0.01 0 0.35 0.61 61.71 0.21 0.32
Hex 62 63 40 1 0 23 3D 3E 15 20
Octal 142 143 100 1 0 43 75 76 25 40
Binary 1100010 1100011 1000000 1 0 100011 111101 111110 10101 100000

Color Harmonies of #626340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626340

Black with #626340

Text Example


Text Example

White with #626340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626340; }

 p { color: rgb(98,99,64); }

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

background-color css

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

 a { background-color: rgb(98,99,64); }

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

border-color css

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

 span { border-color: rgb(98,99,64); }

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