Html Css Color HEX #646242 Verdigris

📋 copy color: '#646242'

red 100 ◦ green 98 ◦ blue 66

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

Shades of Verdigris #646242

Tints of Verdigris #646242

RGB

 RED value IS 100 (39.45% from 255) = 37.88%

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

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

R = 37.88%
G = 37.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#646242 (or 0x646242) is known color: Verdigris. HEX triplet: 64, 62 and 42. RGB value is (100,98,66). Sum of RGB (Red+Green+Blue) = 100+98+66=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #646242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646242 is #9B9DBD. Grayscale: #5F5F5F. Windows color (decimal): -10198462 or 4350564. OLE color: 4350564.

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

Color convert

RGB 100 98 66 -
CMYK 0 0.02 0.34 0.61
HSL 56.47º 0.2% 0.33% -
HSV(B) 56.47º 0.34% 0.39% -
XYZ 10.61 11.84 6.88 -
YUV 94.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 100 98 66 0 0.02 0.34 0.61 56.47 0.2 0.33
Hex 64 62 42 0 2 22 3D 38 14 21
Octal 144 142 102 0 2 42 75 70 24 41
Binary 1100100 1100010 1000010 0 10 100010 111101 111000 10100 100001

Color Harmonies of #646242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646242

Black with #646242

Text Example


Text Example

White with #646242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646242; }

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

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

background-color css

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

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

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

border-color css

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

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

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