Html Css Color HEX #626341 Verdigris

📋 copy color: '#626341'

red 98 ◦ green 99 ◦ blue 65

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

Shades of Verdigris #626341

Tints of Verdigris #626341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 37.4%
G = 37.79%
B = 24.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#626341 (or 0x626341) is known color: Verdigris. HEX triplet: 62, 63 and 41. RGB value is (98,99,65). Sum of RGB (Red+Green+Blue) = 98+99+65=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #626341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626341 is #9D9CBE. Grayscale: #5E5E5E. Windows color (decimal): -10329279 or 4285282. OLE color: 4285282.

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

Color convert

RGB 98 99 65 -
CMYK 0.01 0 0.34 0.61
HSL 61.76º 0.21% 0.32% -
HSV(B) 61.76º 0.34% 0.39% -
XYZ 10.45 11.9 6.75 -
YUV 94.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 98 99 65 0.01 0 0.34 0.61 61.76 0.21 0.32
Hex 62 63 41 1 0 22 3D 3E 15 20
Octal 142 143 101 1 0 42 75 76 25 40
Binary 1100010 1100011 1000001 1 0 100010 111101 111110 10101 100000

Color Harmonies of #626341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626341

Black with #626341

Text Example


Text Example

White with #626341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626341; }

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

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

background-color css

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

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

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

border-color css

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

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

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