Html Css Color HEX #626046 Verdigris

📋 copy color: '#626046'

red 98 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #626046

Tints of Verdigris #626046

RGB

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

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

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

R = 37.12%
G = 36.36%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#626046 (or 0x626046) is known color: Verdigris. HEX triplet: 62, 60 and 46. RGB value is (98,96,70). Sum of RGB (Red+Green+Blue) = 98+96+70=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #626046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626046 is #9D9FB9. Grayscale: #5D5D5D. Windows color (decimal): -10330042 or 4612194. OLE color: 4612194.

HSL color Cylindrical-coordinate representation of color #626046: hue angle of 55.71º 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 #626046 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 70 -
CMYK 0 0.02 0.29 0.62
HSL 55.71º 0.17% 0.33% -
HSV(B) 55.71º 0.29% 0.38% -
XYZ 10.33 11.4 7.45 -
YUV 93.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 98 96 70 0 0.02 0.29 0.62 55.71 0.17 0.33
Hex 62 60 46 0 2 1D 3E 38 11 21
Octal 142 140 106 0 2 35 76 70 21 41
Binary 1100010 1100000 1000110 0 10 11101 111110 111000 10001 100001

Color Harmonies of #626046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626046

Black with #626046

Text Example


Text Example

White with #626046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626046; }

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

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

background-color css

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

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

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

border-color css

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

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

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