Html Css Color HEX #626142 Verdigris

📋 copy color: '#626142'

red 98 ◦ green 97 ◦ blue 66

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

Shades of Verdigris #626142

Tints of Verdigris #626142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 37.55%
G = 37.16%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#626142 (or 0x626142) is known color: Verdigris. HEX triplet: 62, 61 and 42. RGB value is (98,97,66). Sum of RGB (Red+Green+Blue) = 98+97+66=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #626142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626142 is #9D9EBD. Grayscale: #5D5D5D. Windows color (decimal): -10329790 or 4350306. OLE color: 4350306.

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

Color convert

RGB 98 97 66 -
CMYK 0 0.01 0.33 0.62
HSL 58.13º 0.2% 0.32% -
HSV(B) 58.13º 0.33% 0.38% -
XYZ 10.3 11.54 6.84 -
YUV 93.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 98 97 66 0 0.01 0.33 0.62 58.13 0.2 0.32
Hex 62 61 42 0 1 21 3E 3A 14 20
Octal 142 141 102 0 1 41 76 72 24 40
Binary 1100010 1100001 1000010 0 1 100001 111110 111010 10100 100000

Color Harmonies of #626142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626142

Black with #626142

Text Example


Text Example

White with #626142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626142; }

 p { color: rgb(98,97,66); }

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

background-color css

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

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

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

border-color css

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

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

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