Html Css Color HEX #646142 Verdigris

📋 copy color: '#646142'

red 100 ◦ green 97 ◦ blue 66

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

Shades of Verdigris #646142

Tints of Verdigris #646142

RGB

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

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

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

R = 38.02%
G = 36.88%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#646142 (or 0x646142) is known color: Verdigris. HEX triplet: 64, 61 and 42. RGB value is (100,97,66). Sum of RGB (Red+Green+Blue) = 100+97+66=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #646142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646142 is #9B9EBD. Grayscale: #5E5E5E. Windows color (decimal): -10198718 or 4350308. OLE color: 4350308.

HSL color Cylindrical-coordinate representation of color #646142: hue angle of 54.71º 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 #646142 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 97 66 -
CMYK 0 0.03 0.34 0.61
HSL 54.71º 0.2% 0.33% -
HSV(B) 54.71º 0.34% 0.39% -
XYZ 10.51 11.65 6.85 -
YUV 94.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 100 97 66 0 0.03 0.34 0.61 54.71 0.2 0.33
Hex 64 61 42 0 3 22 3D 37 14 21
Octal 144 141 102 0 3 42 75 67 24 41
Binary 1100100 1100001 1000010 0 11 100010 111101 110111 10100 100001

Color Harmonies of #646142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646142

Black with #646142

Text Example


Text Example

White with #646142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646142; }

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

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

background-color css

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

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

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

border-color css

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

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

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