Html Css Color HEX #626246 Verdigris

📋 copy color: '#626246'

red 98 ◦ green 98 ◦ blue 70

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

Shades of Verdigris #626246

Tints of Verdigris #626246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 36.84%
G = 36.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#626246 (or 0x626246) is known color: Verdigris. HEX triplet: 62, 62 and 46. RGB value is (98,98,70). Sum of RGB (Red+Green+Blue) = 98+98+70=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626246 is #9D9DB9. Grayscale: #5E5E5E. Windows color (decimal): -10329530 or 4612706. OLE color: 4612706.

HSL color Cylindrical-coordinate representation of color #626246: hue angle of 60º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #626246 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 98 70 -
CMYK 0 0 0.29 0.62
HSL 60º 0.17% 0.33% -
HSV(B) 60º 0.29% 0.38% -
XYZ 10.51 11.77 7.51 -
YUV 94.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 98 98 70 0 0 0.29 0.62 60 0.17 0.33
Hex 62 62 46 0 0 1D 3E 3C 11 21
Octal 142 142 106 0 0 35 76 74 21 41
Binary 1100010 1100010 1000110 0 0 11101 111110 111100 10001 100001

Color Harmonies of #626246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626246

Black with #626246

Text Example


Text Example

White with #626246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626246; }

 p { color: rgb(98,98,70); }

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

background-color css

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

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

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

border-color css

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

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

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