Html Css Color HEX #626342 Verdigris

📋 copy color: '#626342'

red 98 ◦ green 99 ◦ blue 66

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

Shades of Verdigris #626342

Tints of Verdigris #626342

RGB

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

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

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

R = 37.26%
G = 37.64%
B = 25.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#626342 (or 0x626342) is known color: Verdigris. HEX triplet: 62, 63 and 42. RGB value is (98,99,66). Sum of RGB (Red+Green+Blue) = 98+99+66=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #626342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626342 is #9D9CBD. Grayscale: #5F5F5F. Windows color (decimal): -10329278 or 4350818. OLE color: 4350818.

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

Color convert

RGB 98 99 66 -
CMYK 0.01 0 0.33 0.61
HSL 61.82º 0.2% 0.32% -
HSV(B) 61.82º 0.33% 0.39% -
XYZ 10.48 11.91 6.9 -
YUV 94.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 98 99 66 0.01 0 0.33 0.61 61.82 0.2 0.32
Hex 62 63 42 1 0 21 3D 3E 14 20
Octal 142 143 102 1 0 41 75 76 24 40
Binary 1100010 1100011 1000010 1 0 100001 111101 111110 10100 100000

Color Harmonies of #626342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626342

Black with #626342

Text Example


Text Example

White with #626342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626342; }

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

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

background-color css

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

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

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

border-color css

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

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

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